:root {
  --color-void: oklch(7% 0.018 85);
  --color-stage: oklch(12% 0.018 95);
  --color-frame: oklch(16% 0.018 100 / 88%);
  --color-panel: oklch(18% 0.014 105 / 76%);
  --color-text: oklch(95% 0.012 92);
  --color-soft: oklch(78% 0.018 92);
  --color-muted: oklch(63% 0.02 92);
  --color-ghost: oklch(100% 0 0 / 11%);
  --color-line: oklch(100% 0 0 / 13%);
  --color-line-strong: oklch(100% 0 0 / 28%);
  --color-accent: oklch(71% 0.16 54);
  --color-accent-2: oklch(79% 0.12 70);
  --color-accent-dark: oklch(22% 0.06 55);
  --color-focus: oklch(82% 0.13 70);
  --color-shadow: oklch(2% 0.01 90 / 72%);
  --font-display: "Bahnschrift", "DIN Condensed", "Segoe UI Variable Display", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Segoe UI Variable Text", "Inter", "Segoe UI", system-ui, sans-serif;
  --font-script: "Segoe Script", "Brush Script MT", cursive;
  --font-mono: "Cascadia Mono", "Consolas", monospace;
  --space-2xs: .45rem;
  --space-xs: .75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.25rem;
  --space-xl: 4rem;
  --space-2xl: 7rem;
  --text-xs: .72rem;
  --text-sm: .88rem;
  --text-base: 1rem;
  --text-lg: 1.18rem;
  --text-xl: 1.55rem;
  --text-2xl: clamp(2rem, 4vw, 4.1rem);
  --text-display: clamp(3.7rem, 9vw, 8.7rem);
  --radius-sm: .75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2.25rem;
  --radius-frame: clamp(2rem, 5vw, 5.5rem);
  --radius-pill: 999px;
  --dur-fast: 180ms;
  --dur-med: 420ms;
  --dur-slow: 900ms;
  --dur-reduced: 120ms;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in: cubic-bezier(.7, 0, .84, 0);
  --ease-in-out: cubic-bezier(.87, 0, .13, 1);
  --rule-hair: 1px;
}
