/* auto-generated by build.js — do not edit directly */

/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --color-navy-50: #eef2f5; /** Lightest navy tint */
  --color-navy-100: #d4dde6;
  --color-navy-200: #b8c8d8; /** Dark-mode secondary text */
  --color-navy-300: #8a9baa; /** Light-mode muted text, borders */
  --color-navy-400: #607a8e;
  --color-navy-500: #3d5166; /** Light-mode body text */
  --color-navy-600: #2c3d52;
  --color-navy-700: #1c2b3a; /** Light-mode headings · dark-mode page background */
  --color-navy-800: #122030;
  --color-navy-900: #091521;
  --color-navy-950: #040b11;
  --color-eu-blue-50: #e8eef8;
  --color-eu-blue-100: #c2d1f0;
  --color-eu-blue-300: #5b8fe0; /** Dark-mode accent — legible on navy.700 */
  --color-eu-blue-500: #1a4fa0; /** Primary accent / interactive — EU blue (muted) */
  --color-eu-blue-700: #003399; /** EU flag exact — reference only */
  --color-gold: #FFCF00; /** Ruled lines, dividers, star motifs — never on body text */
  --color-warm-neutral-0: #ffffff;
  --color-warm-neutral-50: #f5f3ee; /** Page background — warm white */
  --color-warm-neutral-100: #eae7e0;
  --color-nl-red: #AE1C28;
  --color-nl-blue: #21468B;
  --color-de-red: #DD0000;
  --color-green-500: #1a7a50;
  --color-red-500: #b32828;
  --color-yellow-400: #d4b130;
  --color-background: #f5f3ee; /** Page background */
  --color-surface: #ffffff; /** Cards, surfaces */
  --color-dark: #1c2b3a; /** Dark section backgrounds — hero, footer, contact */
  --color-text-primary: #1c2b3a;
  --color-text-secondary: #3d5166;
  --color-text-muted: #8a9baa;
  --color-text-inverse: #f5f3ee;
  --color-border: #8a9baa;
  --color-accent: #1a4fa0; /** Links, buttons, focus rings */
  --color-accent-hover: #003399;
  --color-accent-subtle: #e8eef8;
  --color-success: #1a7a50;
  --color-error: #b32828;
  --color-warning: #d4b130;
  --font-display: 'Cormorant Garamond', Georgia, serif; /** Wordmark and headings — Cormorant Garamond 500; SIL OFL 1.1 */
  --font-sc: 'Cormorant SC', Georgia, serif; /** Small-caps variant — section labels, UI overlines */
  --font-body: 'DM Sans', system-ui, sans-serif; /** Body text and UI — DM Sans 300/400/500; SIL OFL 1.1 */
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --line-height-tight: 1.08;
  --line-height-base: 1.65;
  --line-height-loose: 1.75;
  --letter-spacing-tight: -0.02em;
  --letter-spacing-base: 0em;
  --letter-spacing-wide: 0.08em;
  --letter-spacing-widest: 0.18em;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,.10), 0 2px 4px rgba(0,0,0,.06);
  --shadow-lg: 0 12px 32px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.08);
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-background: #1c2b3a;
    --color-surface: #2c3d52;
    --color-dark: #122030; /** Dark sections are deeper in dark mode */
    --color-text-primary: #f5f3ee;
    --color-text-secondary: #b8c8d8;
    --color-text-muted: #607a8e;
    --color-text-inverse: #f5f3ee;
    --color-border: #2c3d52;
    --color-accent: #5b8fe0;
    --color-accent-hover: #c2d1f0;
    --color-accent-subtle: #122030;
    --color-success: #1a7a50;
    --color-error: #b32828;
    --color-warning: #d4b130;
  }
}
