:root {
  --color-paper: oklch(98% 0.006 50);
  --color-paper-raised: oklch(100% 0.004 50);
  --color-paper-soft: oklch(95% 0.010 50);
  --color-paper-warm: oklch(94% 0.022 38);
  --color-ink: oklch(20% 0.014 35);
  --color-ink-soft: oklch(34% 0.012 35);
  --color-muted: oklch(45% 0.012 35);
  --color-rule: oklch(86% 0.012 45);
  --color-rule-strong: oklch(72% 0.018 45);
  --color-accent: oklch(55% 0.17 28);
  --color-accent-hover: oklch(49% 0.18 28);
  --color-accent-soft: oklch(92% 0.035 28);
  --color-accent-ink: oklch(99% 0.004 28);
  --color-focus: oklch(45% 0.20 28);
  --color-focus-on-dark: oklch(82% 0.10 28);
  --color-success: oklch(45% 0.12 150);
  --color-success-soft: oklch(94% 0.035 150);
  --color-warning: oklch(52% 0.14 65);
  --color-warning-soft: oklch(94% 0.040 65);
  --color-danger: oklch(48% 0.19 25);
  --color-danger-soft: oklch(95% 0.030 25);
  --color-upcoming: oklch(43% 0.11 150);
  --color-overlay: oklch(20% 0.014 35 / 0.46);
  --color-shadow: oklch(25% 0.018 35 / 0.10);
  --font-display: "Geist", "General Sans", ui-sans-serif, sans-serif;
  --font-body: "Geist", "General Sans", ui-sans-serif, sans-serif;
  --font-wordmark: "Fraunces", ui-serif, serif;
  --font-mono: "Geist 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: 8rem;
  --space-5xl: 12rem;
  --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: clamp(2rem, 4vw, 2.75rem);
  --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-thin: 1px;
  --rule-strong: 2px;
  --focus-offset: 1px;
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 0.875rem;
  --radius-pill: 999px;
  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
  --z-toast: 500;
  --z-tooltip: 600;
}
