:root {
  --color-paper: oklch(98.5% 0.004 185);
  --color-paper-2: oklch(95.5% 0.014 185);
  --color-paper-3: oklch(89% 0.022 185);
  --color-steel: oklch(88% 0.035 188);
  --color-ink: oklch(17% 0.025 220);
  --color-ink-2: oklch(25% 0.024 218);
  --color-route: oklch(25% 0.055 188);
  --color-muted: oklch(42% 0.024 205);
  --color-rule: oklch(80% 0.02 192);
  --color-rule-dark: oklch(34% 0.026 216);
  --color-accent: oklch(46% 0.085 174);
  --color-accent-light: oklch(76% 0.07 174);
  --color-accent-ink: oklch(97% 0.008 205);
  --color-focus: oklch(40% 0.14 174);
  --color-focus-on-dark: oklch(80% 0.11 174);
  --color-error: oklch(49% 0.17 27);
  --color-success: oklch(42% 0.095 154);
  --color-image-copy: oklch(97% 0.008 205);
  --color-image-muted: oklch(91% 0.018 192);
  --color-transparent: transparent;
  --font-display: "Tanker", "Arial Narrow", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-max: 96rem;
  --nav-height: 5.5rem;
  --gutter: clamp(1rem, 4vw, 4.5rem);
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  --space-section: clamp(5rem, 10vw, 10rem);
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: clamp(1.05rem, 1.4vw, 1.25rem);
  --text-xl: clamp(1.35rem, 2vw, 1.75rem);
  --text-2xl: clamp(2rem, 4vw, 4.25rem);
  --text-display: clamp(4rem, 10.5vw, 10rem);
  --text-display-small: clamp(3rem, 7vw, 7rem);
  --radius-sm: 0.2rem;
  --radius-md: 0.45rem;
  --rule-thin: 1px;
  --rule-strong: 2px;
  --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);
  --ease-weight: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 120ms;
  --dur-base: 220ms;
  --dur-slow: 520ms;
}
