:root {
  --color-paper: oklch(96.5% 0.012 72);
  --color-paper-2: oklch(92.5% 0.018 72);
  --color-paper-3: oklch(88% 0.022 72);
  --color-ink: oklch(19% 0.012 45);
  --color-ink-2: oklch(32% 0.015 45);
  --color-muted: oklch(46% 0.018 55);
  --color-rule: oklch(76% 0.018 65);
  --color-rule-2: oklch(65% 0.018 60);
  --color-accent: oklch(49% 0.18 29);
  --color-accent-deep: oklch(38% 0.15 29);
  --color-accent-ink: oklch(97% 0.012 72);
  --color-focus: oklch(57% 0.20 258);
  --color-error: oklch(47% 0.19 29);
  --color-success: oklch(42% 0.10 155);
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
  --font-mono: "Courier New", monospace;
  --space-2xs: .25rem;
  --space-xs: .5rem;
  --space-sm: .75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4.5rem;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.75rem;
  --text-display-s: clamp(2.5rem, 5vw, 5.5rem);
  --text-display: clamp(3rem, 7vw, 7.5rem);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-in: cubic-bezier(.7,0,.84,0);
  --ease-in-out: cubic-bezier(.65,0,.35,1);
  --dur-fast: 120ms;
  --dur-mid: 360ms;
  --dur-slow: 760ms;
  --rule-thin: 1px;
  --radius-sm: .25rem;
  --radius-md: .5rem;
}

