/* ==========================================================================
   Hunsröck United – Jahres-Theme
   Einzige Stelle für Farben & Schriften. Jedes Jahr am aktuellen Plakat
   (höchste Nummer HUxx in assets/plakate/) ausrichten.
   Aktuell: HU26 – Wutz-Lila + Orange-Akzent.
   ========================================================================== */

@font-face {
  font-family: "League Gothic";
  src: url("../fonts/league-gothic-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Flächen (dunkel, leicht lila getönt) */
  --c-bg: #0c0a10;
  --c-bg-alt: #13101a;
  --c-surface: #1b1624;
  --c-line: rgba(197, 179, 203, 0.14);

  /* Plakatfarben HU26 */
  --c-primary: #75559e;        /* Wutz-Lila */
  --c-primary-deep: #5c437c;   /* Dunkellila */
  --c-primary-light: #c5b3cb;  /* Lavendel */
  --c-accent: #cd540a;         /* Orange (Logo) – Ticket-Buttons */
  --c-accent-hover: #e8671a;
  --c-on-accent: #ffffff;

  /* Text */
  --c-text: #f3eef7;
  --c-text-muted: #a99bb8;

  /* Effekte */
  --c-glow: rgba(117, 85, 158, 0.55);
  --c-glitch-a: #cd540a;
  --c-glitch-b: #8f6cc2;
  --c-sponsor-tile: #f3eff6;

  /* Schriften (Plakat: Haettenschweiler → Web-Ersatz League Gothic) */
  --font-display: "League Gothic", "Haettenschweiler", Impact, "Arial Narrow", sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
