:root {
  --color-space: #050810;
  --color-paper: oklch(10% 0.018 258);
  --color-paper-2: oklch(14% 0.022 258);
  --color-paper-3: oklch(19% 0.025 258);
  --color-ink: oklch(93% 0.012 82);
  --color-ink-2: oklch(72% 0.018 255);
  --color-muted: oklch(70% 0.02 255);
  --color-rule: oklch(50% 0.024 255 / 0.28);
  --color-accent: oklch(83% 0.14 84);
  --color-accent-soft: oklch(83% 0.14 84 / 0.12);
  --color-accent-deep: oklch(62% 0.12 76);
  --color-accent-ink: oklch(11% 0.018 258);
  --color-accent-2: oklch(75% 0.12 242);
  --color-accent-2-soft: oklch(75% 0.12 242 / 0.12);
  --color-focus: oklch(88% 0.14 84);
  --color-error: oklch(66% 0.18 28);
  --color-success: oklch(72% 0.13 150);
  --color-overlay: oklch(7% 0.018 258 / 0.86);
  --color-overlay-soft: oklch(7% 0.018 258 / 0.56);
  --color-transparent: oklch(7% 0.018 258 / 0);
  --color-shadow: oklch(3% 0.01 258 / 0.42);

  --font-display: "Newsreader", Georgia, serif;
  --font-body: "Newsreader", Georgia, serif;
  --font-label: "Fragment Mono", ui-monospace, monospace;

  --space-3xs: 0.125rem;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 9rem;

  --text-xs: 0.64rem;
  --text-sm: 0.8rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.9531rem;
  --text-2xl: 2.4414rem;
  --text-3xl: 3.0518rem;
  --text-display: clamp(2.65rem, 5.2vw, 5.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);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --rule-hair: 1px;
  --rule-heavy: 2px;
  --radius-card: 0.125rem;
  --radius-pill: 999px;
  --radius-input: 0.125rem;

  --page-gutter: clamp(1rem, 4vw, 3rem);
  --page-max: 92rem;
  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
