:root {
  --color-paper: oklch(10% 0.04 310);
  --color-paper-2: oklch(14% 0.035 305);
  --color-paper-3: oklch(21% 0.025 300);
  --color-ink: oklch(98% 0.006 145);
  --color-ink-2: oklch(87% 0.012 145);
  --color-muted: oklch(69% 0.018 295);
  --color-accent: oklch(49% 0.30 286);
  --color-accent-ink: oklch(99% 0.004 145);
  --color-focus: oklch(76% 0.19 286);
  --color-rule: oklch(34% 0.025 300);
  --color-rule-strong: oklch(53% 0.025 300);
  --color-surface-light: oklch(96% 0.008 145);
  --color-light-ink: oklch(18% 0.025 305);
  --color-light-muted: oklch(43% 0.02 300);
  --color-success: oklch(69% 0.17 145);
  --color-error: oklch(66% 0.20 28);
  --color-backdrop: oklch(6% 0.025 310 / .82);
  --color-party-red: oklch(48% 0.20 24);
  --color-party-blue: oklch(40% 0.13 252);
  --font-display: "Geist Mono", "SFMono-Regular", Consolas, monospace;
  --font-body: Geist, Arial, sans-serif;
  --font-mono: "Geist Mono", "SFMono-Regular", Consolas, 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: 4rem;
  --space-4xl: 6rem;
  --text-xs: .72rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.2rem;
  --text-xl: clamp(1.6rem, 3vw, 2.45rem);
  --text-2xl: clamp(2.2rem, 6vw, 5.8rem);
  --text-display: clamp(4rem, 18vw, 15rem);
  --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-base: 220ms;
  --rule-hair: 1px;
  --rule-heavy: 2px;
  --radius-sm: .2rem;
  --radius-md: .45rem;
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --content-max: 90rem;
}
