:root {
  color-scheme: light;

  --font-display: "Fraunces", ui-serif, Georgia, serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, sans-serif;

  --color-paper: oklch(97.5% 0.012 78);
  --color-paper-2: oklch(94.8% 0.018 76);
  --color-paper-3: oklch(91.8% 0.024 72);
  --color-ink: oklch(22% 0.022 38);
  --color-ink-2: oklch(35% 0.024 40);
  --color-muted: oklch(43% 0.026 45);
  --color-faint: oklch(58% 0.022 48);
  --color-rule: oklch(81% 0.028 70);
  --color-rule-strong: oklch(64% 0.04 48);
  --color-accent: oklch(52% 0.18 34);
  --color-accent-deep: oklch(39% 0.14 34);
  --color-accent-soft: oklch(91% 0.045 34);
  --color-accent-ink: oklch(98% 0.01 78);
  --color-success: oklch(42% 0.12 148);
  --color-success-soft: oklch(91% 0.035 148);
  --color-error: oklch(44% 0.16 28);
  --color-error-soft: oklch(92% 0.035 28);
  --color-focus: oklch(42% 0.16 250);
  --color-focus-on-dark: oklch(91% 0.04 34);
  --color-shadow: oklch(22% 0.022 38 / 0.12);
  --color-transparent: oklch(0% 0 0 / 0);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  --page-gutter: clamp(1rem, 4vw, 4rem);
  --content-width: 74rem;
  --reading-width: 65ch;
  --rule-hair: 1px;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-round: 999px;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-3xl: 3.052rem;
  --text-display: clamp(3rem, 6vw + 1rem, 6rem);

  --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);
  --duration-fast: 120ms;
  --duration-base: 180ms;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
}
