/* Hallmark · genre: editorial · macrostructure: Index-First · theme: Carnival / Pressroom · tone: editorial-technical-playful · anchor hue: slate-blue · enrichment: none · nav: N6 · footer: Ft4 */
/* Hallmark · pre-emit critique: P5 H5 E5 S5 R4 V5 */
/* Hallmark audit · contrast pass · responsive 320/375/414/768 pass · mobile gates 34,49–57 pass · icon gate 30 pass · slop gates 42–45 pass · honesty 46 pass · chrome 47 pass · tokens 48 pass */
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wdth,wght@75..125,700..900&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");

:root {
  color-scheme: light;

  --color-paper: oklch(89% 0.025 65);
  --color-paper-2: oklch(85% 0.03 62);
  --color-paper-3: oklch(79% 0.035 58);
  --color-ink: oklch(16% 0.02 60);
  --color-ink-2: oklch(28% 0.025 58);
  --color-muted: oklch(45% 0.025 55);
  --color-rule: oklch(34% 0.1 240);
  --color-accent: oklch(78% 0.18 75);
  --color-accent-2: oklch(34% 0.1 240);
  --color-accent-ink: oklch(16% 0.02 60);
  --color-on-dark: oklch(95% 0.015 65);
  --color-focus: oklch(34% 0.1 240);
  --color-error: oklch(42% 0.18 28);
  --color-error-on-dark: oklch(88% 0.1 28);
  --color-success: oklch(39% 0.11 145);
  --color-success-on-dark: oklch(90% 0.09 145);
  --color-transparent: transparent;

  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-body: "IBM Plex Sans", "Segoe UI", sans-serif;

  --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: 9rem;

  --text-xs: 0.72rem;
  --text-sm: 0.82rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.9531rem;
  --text-2xl: 2.4414rem;
  --text-3xl: 3.0518rem;
  --text-4xl: 3.8147rem;
  --text-display: clamp(3.5rem, 10vw, 7rem);
  --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: 180ms;
  --dur-long: 420ms;

  --rule-hair: 0.0625rem;
  --rule-thick: 0.125rem;
  --rule-double-gap: 0.25rem;
  --radius-sm: 0.25rem;
  --radius-round: 999rem;

  --page-max: 76rem;
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --measure: 65ch;
  --measure-reading: 43rem;
  --measure-deck: 54rem;
  --row-min: 5.5rem;
  --pattern-dot: 0.1rem;
  --pattern-size: 0.75rem;
  --shadow-offset: 0.25rem;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
}
