/* ============================================
 * Design Tokens - Auto-generated by MandantGenerator
 * Source: design-tokens.json
 * @fix 2026-02-21: L-2026-0221-05 - in @layer tokens gewrappt
 * ============================================ */

@layer tokens {
  :root {
      /* 6-Farben-System */
      --cone: #145675;
      --ctwo: #84BD00;
      --cthree: #145675;
      --cfour: #1A1A1A;
      --cfive: #FFFFFF;
      --csix: #F5F8FA;

      /* Mapping zu minpurecss / min_templates */
      --color-primary: var(--cone);
      --color-secondary: var(--ctwo);
      --color-accent: var(--cthree);
      --color-text: var(--cfour);
      --color-background: var(--cfive);
      --color-surface: var(--csix);

      /* Typografie */
      --font-heading: inherit;
      --font-body: inherit;
  }
}
