/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V4 */
:root {
  --color-navy-950: #10182f;
  --color-navy-900: #1c244b;
  --color-navy-800: #25385b;
  --color-slate-700: #2b4162;
  --color-slate-600: #405774;
  --color-blue-700: #075d84;
  --color-blue-600: #0676a6;
  --color-blue-500: #168dc1;
  --color-blue-100: #dceef6;
  --color-blue-050: #eff8fc;
  --color-green-700: #117a38;
  --color-green-600: #117a38;
  --color-green-500: #16a34a;
  --color-white: #ffffff;
  --color-paper: #fbfcfe;
  --color-paper-2: #f4f7fd;
  --color-rule: #dce4ec;
  --color-rule-strong: #c8d5e1;
  --color-error: #b42318;
  --color-focus: #10182f;
  --color-focus-dark: #f6bf3c;
  --color-accent: #117a38;
  --color-accent-ink: #ffffff;
  --color-header-glass: rgb(255 255 255 / 0.97);
  --color-white-rule: rgb(255 255 255 / 0.25);

  --font-display: "Manrope", "Avenir Next", Arial, sans-serif;
  --font-body: "Manrope", "Avenir Next", Arial, sans-serif;

  --text-xs: 0.8125rem;
  --text-sm: 0.9375rem;
  --text-base: 1.0625rem;
  --text-lg: clamp(1.1rem, 1.3vw, 1.25rem);
  --text-h3: clamp(1.15rem, 1.6vw, 1.4rem);
  --text-h2: clamp(1.85rem, 3.3vw, 2.7rem);
  --text-h1: clamp(2.5rem, 4.9vw, 4.35rem);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 6.5rem;

  --measure: 70rem;
  --measure-text: 42rem;
  --radius-sm: 0.35rem;
  --radius-md: 0.7rem;
  --radius-lg: 1rem;
  --shadow-soft: 0 1rem 3rem rgb(16 24 47 / 0.10);
  --shadow-nav: 0 0.7rem 2rem rgb(16 24 47 / 0.12);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --dur-short: 180ms;
  --dur-medium: 280ms;
}
