/*
 * SV09 — Projekt-Tokens (nur WERT-Overrides; Token-Gerüst = Tabon-Standard).
 *
 * Brand-Logik: Das S/W-Wappen ist die Marke (Graphit), Sportplatz-Grün ist der
 * EINE Funke (CTA, Links, aktive Nav). Neutrals „Nebel" bleiben Tabon-Default
 * (weiße Surface); nur Haupttext + dunkle Chrome-Fläche auf warmes Graphit,
 * Brand auf Grün. Die Surface-Ton-Automatik liefert die AA-Textfarben.
 */
:root {
  /* Akzent „Volt"-Slot = Sportplatz-Grün (accent-500). --color-brand-hover
     kaskadiert im Parent per color-mix → dunkleres Grün (kein Override). */
  --color-brand: #1B7A3D;
  --color-brand-foreground: #ffffff;

  /* Primär „Graphit" (warm-neutral, NICHT reines Schwarz): Haupttext auf hell
     + dunkle Chrome-Fläche (Header/Footer, tbn-bg-dark). */
  --color-text: #16181A;
  --color-on-surface-0: #16181A;
  --color-surface-dark: #16181A;
  --color-on-surface-dark: #FAFBFC;
}
