/* ============================================
 * Design Tokens - Auto-generated by MandantGenerator
 * Source: design-tokens.json
 * @fix 2026-02-21: L-2026-0221-05 - in @layer tokens gewrappt
 * @fix 2026-05-01: Welle-A — --mandant-* SSoT + extended tokens
 * ============================================ */

@layer tokens {
  :root {
      /* Legacy 6-Farben-System (Re-Exports → --mandant-* SSoT V2=A) */
      --cone: #C8102E;
      --ctwo: #1F6F3A;
      --cthree: #C8102E;
      --cfour: #17231B;
      --cfive: #FFFFFF;
      --csix: #FFFFFF;

      /* Mapping zu minpurecss / min_templates (Legacy-Aliases → --mandant-*) */
      --color-primary: var(--mandant-primary, #C8102E);
      --color-secondary: var(--mandant-secondary, #1F6F3A);
      --color-accent: var(--mandant-accent, #C8102E);
      --color-text: var(--mandant-text, #17231B);
      --color-background: var(--mandant-bg, #FFFFFF);
      --color-surface: var(--mandant-surface, #FFFFFF);

      /* Typografie */
      --font-heading: Impact, 'Haettenschweiler', 'Arial Narrow Bold', 'Helvetica Neue Condensed', 'Arial Black', sans-serif;
      --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, Roboto, 'Helvetica Neue', Arial, sans-serif;
      /* --- mandant-* SSoT (V2=A: --mandant-* ist alleinige Quelle) --- */
      --mandant-primary: #C8102E;
      --mandant-secondary: #1F6F3A;
      --mandant-accent: #C8102E;
      --mandant-text: #17231B;
      --mandant-bg: #FFFFFF;
      --mandant-surface: #FFFFFF;

      /* Extended Color Tokens */
      --mandant-muted: #5B5B61;
      --mandant-border: #E5E3DD;

      /* Typography Scale (typography.scale.*) */
      --font-size-base: 1rem;
      --mandant-font-size-base: 1rem;
      --font-size-h1: clamp(2.75rem, 6vw, 4.5rem);
      --mandant-font-size-h1: clamp(2.75rem, 6vw, 4.5rem);
      --font-size-h2: clamp(2rem, 4vw, 3rem);
      --mandant-font-size-h2: clamp(2rem, 4vw, 3rem);
      --font-size-h3: clamp(1.5rem, 2.5vw, 2rem);
      --mandant-font-size-h3: clamp(1.5rem, 2.5vw, 2rem);
      --font-size-h4: clamp(1.15rem, 1.6vw, 1.4rem);
      --mandant-font-size-h4: clamp(1.15rem, 1.6vw, 1.4rem);
      --font-size-body: 1rem;
      --mandant-font-size-body: 1rem;
      --font-size-lede: 1.125rem;
      --mandant-font-size-lede: 1.125rem;
      --font-size-eyebrow: 0.75rem;
      --mandant-font-size-eyebrow: 0.75rem;
  }
}
