:root {
  color-scheme: light;
  --color-void: oklch(96% 0.008 250);
  --color-canvas: oklch(98% 0.006 250);
  --color-paper: oklch(100% 0 0);
  --color-paper-2: oklch(95% 0.008 250);
  --color-ink: oklch(19% 0.018 250);
  --color-ink-2: oklch(42% 0.012 250);
  --color-muted: oklch(55% 0.010 250);
  --color-rule: oklch(88% 0.008 250);
  --color-rule-strong: oklch(66% 0.014 250);
  --color-accent: oklch(48% 0.18 258);
  --color-accent-ink: oklch(99% 0.004 250);
  --color-focus: oklch(58% 0.20 258);
  --color-brand-plate: oklch(100% 0 0);
  --color-clear: transparent;

  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Manrope", sans-serif;
  --font-mono: "IBM Plex Mono", 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: 5rem;
  --space-4xl: 8rem;

  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-body: 1rem;
  --text-lead: clamp(1.125rem, 1.6vw, 1.375rem);
  --tracking-display-tight: -.035em;
  --text-section: clamp(2rem, 4vw, 3.25rem);
  --text-display: clamp(2.5rem, 5.5vw, 4.5rem);
  --text-hero-mobile: clamp(2rem, 7vw, 2.5rem);

  --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-short: 180ms;
  --dur-medium: 480ms;
  --dur-long: 900ms;
  --rule-thin: 1px;
  --radius-card: .75rem;
  --radius-pill: 999px;
}
