/* Hallmark · pre-emit critique: P5 H5 E4 S5 R4 V4 */
:root {
  --color-paper: oklch(97% 0.014 77);
  --color-paper-2: oklch(93% 0.021 77);
  --color-paper-3: oklch(88% 0.034 77);
  --color-ink: oklch(23% 0.024 21);
  --color-ink-2: oklch(36% 0.027 21);
  --color-muted: oklch(42% 0.025 28);
  --color-rule: oklch(80% 0.027 64);
  --color-accent: oklch(33% 0.105 5);
  --color-accent-ink: oklch(98% 0.006 77);
  --color-accent-soft: oklch(91% 0.041 5);
  --color-gold: oklch(63% 0.115 75);
  --color-gold-soft: oklch(93% 0.057 79);
  --color-success: oklch(47% 0.09 151);
  --color-success-soft: oklch(92% 0.046 151);
  --color-warning: oklch(54% 0.125 62);
  --color-warning-soft: oklch(94% 0.059 76);
  --color-error: oklch(53% 0.173 24);
  --color-error-soft: oklch(93% 0.053 24);
  --color-focus: oklch(45% 0.13 268);
  --color-overlay: oklch(23% 0.024 21 / .5);
  --color-scrim: oklch(23% 0.024 21 / .35);
  --color-product-1: oklch(57% 0.11 18);
  --color-product-2: oklch(65% 0.07 58);
  --color-product-3: oklch(67% 0.04 254);
  --color-product-4: oklch(43% 0.05 238);
  --color-product-5: oklch(55% 0.08 316);
  --color-product-6: oklch(31% 0.02 255);
  --font-display: "IBM Plex Sans", ui-sans-serif, sans-serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, sans-serif;
  --space-2xs: .25rem; --space-xs: .5rem; --space-sm: .75rem; --space-md: 1rem; --space-lg: 1.5rem; --space-xl: 2rem; --space-2xl: 3rem; --space-3xl: 4rem;
  --text-xs: .6875rem; --text-sm: .8125rem; --text-base: .9375rem; --text-md: 1.125rem; --text-lg: 1.5rem; --text-xl: 2rem; --text-2xl: 2.625rem; --text-display: clamp(2.8rem, 5vw, 4.8rem);
  --radius-sm: .5rem; --radius-md: .875rem; --radius-lg: 1.25rem; --radius-round: 999px;
  --rule: 1px solid var(--color-rule);
  --dur-fast: 140ms; --dur-base: 220ms; --ease-out: cubic-bezier(.2,.8,.2,1); --ease-in: cubic-bezier(.4,0,1,1); --ease-in-out: cubic-bezier(.4,0,.2,1);
}
