/* Hallmark · macrostructure: Marquee Hero · tone: sophisticated atmospheric · anchor hue: coral
 * genre: atmospheric · theme: Midnight · enrichment: Tier A CSS audio waveform · nav: N9 · footer: Ft5
 * audience: creators, podcasters, video teams · use: understand and buy audio assets · contrast: pass
 */
:root {
  color-scheme: dark;

  --color-paper: oklch(13% 0.012 35);
  --color-paper-deep: oklch(9% 0.01 35);
  --color-paper-2: oklch(18% 0.014 35);
  --color-paper-3: oklch(23% 0.016 35);
  --color-paper-soft: oklch(28% 0.016 35);
  --color-ink: oklch(96% 0.008 55);
  --color-ink-2: oklch(83% 0.012 55);
  --color-muted: oklch(69% 0.014 45);
  --color-rule: oklch(33% 0.018 35);
  --color-rule-strong: oklch(48% 0.025 35);
  --color-accent: oklch(70% 0.18 35);
  --color-accent-soft: oklch(57% 0.15 35);
  --color-accent-ink: oklch(14% 0.025 35);
  --color-focus: oklch(81% 0.16 72);
  --color-success: oklch(73% 0.14 145);
  --color-error: oklch(69% 0.19 25);
  --color-bloom: oklch(61% 0.19 22 / 0.17);
  --color-bloom-soft: oklch(72% 0.14 63 / 0.09);
  --color-shadow: oklch(5% 0.012 35 / 0.52);
  --color-transparent: oklch(0% 0.005 35 / 0);

  --font-display: "Manrope", "Avenir Next", sans-serif;
  --font-body: "Geist", "Avenir Next", sans-serif;
  --font-outlier: "IBM Plex Mono", "SFMono-Regular", monospace;

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  --space-5xl: 8rem;

  --text-xs: 0.72rem;
  --text-sm: 0.82rem;
  --text-base: 1rem;
  --text-md: 1.22rem;
  --text-lg: 1.52rem;
  --text-xl: 1.9rem;
  --text-2xl: 2.38rem;
  --text-3xl: 2.98rem;
  --text-4xl: 3.72rem;
  --text-display-s: clamp(2.85rem, 7vw, 5.35rem);
  --text-display: clamp(3.6rem, 8.8vw, 8.25rem);

  --radius-xs: 0.45rem;
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --radius-pill: 999rem;
  --rule-hair: 1px;
  --rule-strong: 2px;

  --dur-fast: 120ms;
  --dur-base: 220ms;
  --dur-slow: 520ms;
  --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);

  --page-gutter: clamp(1rem, 4vw, 4rem);
  --page-max: 96rem;
  --banner-height: 4.75rem;
  --z-base: 1;
  --z-sticky: 10;
  --z-sticky-nav: 20;
}
