/* Shared design tokens — "Vorschlag 3" (Waldgrün/Gelb/Rot).
   Linked by every public page and imported by admin.css. */

:root {
  --font-head: 'Bebas Neue', Impact, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --primary: #fff042;      /* Gelb – Highlightfarbe, primäre Buttons */
  --primary-text: #000000;
  --secondary: #e52329;    /* Rot – Akzentfarbe, Hinweise/Alerts */
  --secondary-text: #ffffff;
  --accent: #a3998b;       /* Steingrau – große Hintergrundflächen, Badges */
  --accent-text: #ffffff;

  --bg: #f5f1e9;            /* Cremeweiß – Standard-Hintergrund */
  --bg-alt: #efe9dc;        /* Hero/Section-Hintergrund */
  --surface: #ffffff;       /* Card-Hintergrund */

  --text: #000000;
  --text-muted: #4a4a4a;
  --border: #21563a;

  --header-bg: #21563a;    /* Waldgrün – Header/Footer/Tabellenkopf */
  --header-text: #ffffff;
}
