/* Hallmark · macrostructure: Catalogue · genre: modern-minimal · theme: Cobalt
 * pre-emit critique: P5 H4 E5 S5 R5 V4 · tone: technical/austere
 * enrichment: none · nav: N9 · footer: Ft2 · contrast: pass (40-41)
 * slop: pass (42-45) · responsive/mobile: pass (34, 49, 50-57)
 */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/space-grotesk-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-latin-400-normal.woff2") format("woff2");
}

:root {
  --color-paper: oklch(98.5% 0.004 250);
  --color-paper-2: oklch(96% 0.008 250);
  --color-ink: oklch(24% 0.02 258);
  --color-body: oklch(34% 0.018 257);
  --color-muted: oklch(52% 0.016 256);
  --color-rule: oklch(86% 0.012 252);
  --color-accent: oklch(51% 0.19 256);
  --color-accent-soft: oklch(94% 0.025 256);
  --color-focus: oklch(45% 0.2 256);
  --font-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", "Cascadia Code", monospace;
  --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;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-display: clamp(2.25rem, 5vw, 4.5rem);
  --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-thin: 1px;
  --radius-tight: 0.375rem;
}
