:root {
  --color-paper: oklch(98.4% 0.006 250);
  --color-surface: oklch(100% 0 0);
  --color-surface-soft: oklch(96.8% 0.01 250);
  --color-ink: oklch(21% 0.024 258);
  --color-ink-soft: oklch(42% 0.022 257);
  --color-muted: oklch(57% 0.018 255);
  --color-rule: oklch(89% 0.012 250);
  --color-rule-strong: oklch(81% 0.018 252);
  --color-accent: oklch(52% 0.2 256);
  --color-accent-hover: oklch(45% 0.19 256);
  --color-accent-soft: oklch(94% 0.035 256);
  --color-accent-ink: oklch(99% 0.004 250);
  --color-success: oklch(48% 0.12 155);
  --color-danger: oklch(52% 0.18 25);
  --color-danger-soft: oklch(96% 0.03 25);
  --color-backdrop: oklch(18% 0.025 258 / 0.48);
  --color-shadow: oklch(20% 0.01 256 / 0.05);
  --color-rule-contrast: oklch(55% 0.03 250);
  --color-rule-strong-contrast: oklch(42% 0.04 250);

  --font-display: "Space Grotesk", "Trebuchet MS", sans-serif;
  --font-body: "DM Sans", "Avenir Next", sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-page-title: clamp(1.65rem, 5vw, 3rem);
  --text-display: clamp(2.25rem, 5vw, 4.5rem);

  --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;

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-round: 999px;
  --rule: 1px solid var(--color-rule);

  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --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);

  --z-sticky: 200;
  --z-modal: 400;
}
