/* Hallmark tokens · utilitarian safety-amber system */
:root {
  --color-paper: oklch(96% 0.012 80);
  --color-paper-2: oklch(92% 0.016 80);
  --color-paper-3: oklch(87% 0.02 78);
  --color-ink: oklch(20% 0.018 75);
  --color-ink-2: oklch(31% 0.02 75);
  --color-muted: oklch(43% 0.02 75);
  --color-rule: oklch(78% 0.025 78);
  --color-rule-strong: oklch(62% 0.035 72);
  --color-accent: oklch(63% 0.165 55);
  --color-accent-strong: oklch(48% 0.145 48);
  --color-accent-soft: oklch(91% 0.055 70);
  --color-accent-ink: oklch(18% 0.025 70);
  --color-focus: oklch(44% 0.16 250);
  --color-owe: oklch(45% 0.18 27);
  --color-owe-soft: oklch(94% 0.035 25);
  --color-credit: oklch(39% 0.11 155);
  --color-credit-soft: oklch(94% 0.035 155);
  --color-light: oklch(98% 0.008 80);
  --color-shadow: oklch(20% 0.018 75 / 0.12);

  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Barlow", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, 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: 4rem;
  --space-3xl: 6rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.5rem;
  --text-display: clamp(2.5rem, 6vw, 4.25rem);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-short: 120ms;
  --dur-medium: 180ms;

  --radius-control: 0.25rem;
  --radius-panel: 0.375rem;
  --rule-thin: 1px;
  --rule-heavy: 3px;
  --control-height: 2.875rem;
  --max-width: 74rem;
}
