/* Hallmark · research archive tokens · theme: editorial-cobalt */
:root {
  --color-paper: oklch(97.5% 0.009 145);
  --color-paper-2: oklch(94.5% 0.018 150);
  --color-paper-3: oklch(90.5% 0.028 150);
  --color-ink: oklch(24% 0.025 160);
  --color-ink-2: oklch(45% 0.025 160);
  --color-muted: oklch(52% 0.018 160);
  --color-rule: oklch(84% 0.023 155);
  --color-accent: oklch(48% 0.12 198);
  --color-accent-deep: oklch(36% 0.09 198);
  --color-accent-soft: oklch(89% 0.055 198);
  --color-accent-ink: oklch(98% 0.006 145);
  --color-warm: oklch(64% 0.16 48);
  --color-warm-soft: oklch(91% 0.05 55);
  --color-focus: oklch(58% 0.17 245);
  --color-shadow: oklch(20% 0.025 160 / 0.16);
  --color-grid: oklch(83% 0.018 155 / 0.45);

  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", monospace;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;

  --text-xs: 0.72rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.2rem;
  --text-xl: 1.55rem;
  --text-2xl: clamp(2.25rem, 4.5vw, 4.4rem);
  --text-display: clamp(3rem, 7vw, 6.8rem);

  --page-max: 78rem;
  --measure: 66ch;
  --radius-sm: 0.35rem;
  --radius-md: 0.75rem;
  --radius-pill: 999px;
  --rule: 1px;
  --nav-height: 4rem;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-short: 180ms;
  --dur-medium: 320ms;
}

