/* Hallmark · tokens — VendorCAD Reviews
 * theme: VendorCAD locked (design.md) · paper: light cool mist · accent: cyan
 * display: Instrument Serif · body: Plus Jakarta Sans · mono: IBM Plex Mono
 */

:root {
  --color-paper: oklch(97.2% 0.006 240);
  --color-paper-2: oklch(100% 0 0);
  --color-paper-3: oklch(94.5% 0.008 240);
  --color-ink: oklch(22% 0.02 250);
  --color-ink-2: oklch(48% 0.02 250);
  --color-rule: oklch(84% 0.012 240);
  --color-rule-strong: oklch(72% 0.015 240);
  --color-accent: oklch(55% 0.11 220);
  --color-accent-deep: oklch(48% 0.1 220);
  --color-accent-soft: oklch(55% 0.11 220 / 0.1);
  --color-inverse: oklch(18% 0.02 250);
  --color-inverse-ink: oklch(92% 0.01 240);
  --color-inverse-muted: oklch(78% 0.015 240);
  --color-inverse-accent: oklch(86% 0.09 210);
  --color-focus: oklch(48% 0.1 220);
  --color-pass: oklch(42% 0.1 155);

  --font-display: "Instrument Serif", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1.0625rem;
  --text-lg: 1.2rem;
  --text-xl: 1.35rem;
  --text-2xl: clamp(1.5rem, 2.4vw, 1.85rem);
  --text-display-s: clamp(1.75rem, 3vw, 2.35rem);
  --text-display: clamp(2.15rem, 4.2vw, 3.25rem);
  --text-mast: clamp(2.25rem, 5vw, 3.5rem);

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

  --measure: 65ch;
  --wide: 68rem;
  --page-gutter: clamp(1rem, 4vw, 2rem);

  --rule-hair: 1px;
  --radius-control: 2px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
  --dur-fast: 120ms;
  --dur-med: 220ms;
}
