:root {
  --color-paper: oklch(97% 0.013 74);
  --color-paper-soft: oklch(93% 0.026 80);
  --color-surface: oklch(99% 0.009 78);
  --color-surface-strong: oklch(23% 0.048 204);
  --color-ink: oklch(22% 0.031 223);
  --color-ink-soft: oklch(35% 0.032 221);
  --color-muted: oklch(48% 0.028 222);
  --color-rule: oklch(80% 0.027 88);
  --color-rule-strong: oklch(61% 0.04 198);
  --color-accent: oklch(46% 0.093 193);
  --color-accent-hover: oklch(39% 0.099 193);
  --color-accent-soft: oklch(90% 0.052 184);
  --color-accent-ink: oklch(98% 0.012 84);
  --color-coral: oklch(65% 0.142 31);
  --color-coral-soft: oklch(91% 0.051 42);
  --color-gold: oklch(75% 0.115 83);
  --color-focus: oklch(52% 0.14 258);
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
  --font-outlier: "Arial Narrow", Arial, Helvetica, sans-serif;
  --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: 5rem;
  --space-4xl: 6rem;
  --text-xs: 0.78rem;
  --text-sm: 0.92rem;
  --text-base: 1rem;
  --text-md: 1.12rem;
  --text-lg: 1.35rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.35rem;
  --text-display-s: clamp(2.4rem, 6vw, 5.6rem);
  --text-display: clamp(3.1rem, 8vw, 7.2rem);
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --dur-fast: 120ms;
  --dur-med: 220ms;
  --rule-hair: 1px;
  --rule-heavy: 2px;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
}
