:root {
  --color-paper: oklch(97% 0.009 86);
  --color-paper-2: oklch(93.5% 0.012 242);
  --color-paper-3: oklch(89% 0.018 242);
  --color-ink: oklch(23% 0.04 254);
  --color-ink-2: oklch(36% 0.034 250);
  --color-muted: oklch(49% 0.025 248);
  --color-rule: oklch(79% 0.018 244);
  --color-accent: oklch(80% 0.13 82);
  --color-accent-strong: oklch(54% 0.12 75);
  --color-accent-ink: oklch(23% 0.04 254);
  --color-night: oklch(18% 0.045 255);
  --color-night-2: oklch(26% 0.045 250);
  --color-night-ink: oklch(96% 0.008 86);
  --color-night-muted: oklch(79% 0.02 245);
  --color-focus: oklch(72% 0.16 79);
  --color-tool-focus: oklch(58% 0.16 79);
  --color-error: oklch(54% 0.18 28);
  --color-success: oklch(50% 0.11 150);
  --color-transparent: transparent;

  --font-display: "Libre Baskerville", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-outlier: "DM Sans", system-ui, 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: 4.5rem;
  --space-3xl: 7rem;
  --space-4xl: 9rem;

  --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.4rem;
  --text-3xl: 3.4rem;
  --text-display: clamp(2.75rem, 6vw, 5.4rem);

  --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-fast: 120ms;
  --dur-short: 220ms;
  --dur-medium: 360ms;

  --rule-hair: 1px;
  --radius-xs: 0.25rem;
  --radius-sm: 0.5rem;
  --radius-card: 0.875rem;
  --radius-pill: 999px;
  --radius-input: 0.5rem;

  --page-max: 78rem;
  --page-gutter: clamp(1rem, 4vw, 2.5rem);
  --header-height: 4.5rem;
  --shadow-soft: 0 1rem 3rem color-mix(in oklch, var(--color-night) 12%, var(--color-transparent));
  --shadow-float: 0 1.5rem 4.5rem color-mix(in oklch, var(--color-night) 20%, var(--color-transparent));
  --z-base: 1;
  --z-sticky: 200;
  --z-sticky-nav: 300;
}
