/* Hallmark · pre-emit critique: P5 H4 E5 S5 R4 V4
 * Hallmark · genre: content-tool · macrostructure: Search-First Catalogue · tone: apothecary knowledge base · anchor hue: terracotta
 * contrast: pass (40-41) · nav: compact catalogue · footer: quiet line · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · mobile: pass (34, 49, 50-57)
 */
:root {
  --color-paper: oklch(99% 0.017 104);
  --color-paper-2: oklch(94% 0.033 77);
  --color-panel: oklch(98% 0.014 104);
  --color-ink: oklch(32% 0 0);
  --color-ink-2: oklch(46% 0 0);
  --color-muted: oklch(58% 0 0);
  --color-rule: oklch(32% 0 0);
  --color-rule-soft: oklch(82% 0.015 92);
  --color-accent: oklch(48% 0.096 57);
  --color-accent-soft: oklch(89% 0.052 72);
  --color-accent-ink: oklch(99% 0.017 104);
  --color-focus: oklch(48% 0.096 57);

  --font-display: "Noto Sans Thai", Inter, system-ui, sans-serif;
  --font-body: "Noto Sans Thai", Inter, system-ui, sans-serif;
  --font-mono: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.875rem;
  --text-2xl: clamp(2.75rem, 7vw, 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.87, 0, 0.13, 1);
  --dur-short: 180ms;
  --dur-med: 260ms;

  --radius-none: 0;
  --rule-thin: 1px;
  --nav-height: 3.25rem;
  --measure: 64ch;
  --container: 73.125rem;
}
