:root {
  --color-paper: oklch(97% 0.012 84);
  --color-paper-soft: oklch(92% 0.018 84);
  --color-ink: oklch(19% 0.04 254);
  --color-ink-soft: oklch(37% 0.032 254);
  --color-navy: oklch(25% 0.08 254);
  --color-navy-soft: oklch(32% 0.07 254);
  --color-silver: oklch(79% 0.018 250);
  --color-rule: oklch(80% 0.018 84);
  --color-focus: oklch(58% 0.16 250);
  --color-accent: oklch(48% 0.12 250);
  --color-accent-ink: oklch(97% 0.012 84);
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, monospace;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --space-4xl: 7rem;
  --space-5xl: 9rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-display-s: clamp(2.6rem, 6vw, 5.5rem);
  --text-display: clamp(3rem, 7vw, 7rem);
  --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: 240ms;
  --rule-hair: 1px;
  --radius-sm: 0.2rem;
  --page-gutter: clamp(1rem, 4vw, 4.5rem);
  --page-max: 96rem;
}
