/* Hallmark · tokens: Indiana Detox Guide · anchor hue: field green */
:root {
  --color-paper: oklch(96% 0.018 82);
  --color-paper-soft: oklch(92% 0.022 87);
  --color-paper-warm: oklch(88% 0.033 76);
  --color-surface: oklch(98% 0.012 86);
  --color-surface-strong: oklch(24% 0.038 94);
  --color-ink: oklch(22% 0.031 86);
  --color-ink-soft: oklch(35% 0.026 88);
  --color-muted: oklch(47% 0.024 86);
  --color-rule: oklch(78% 0.032 84);
  --color-rule-strong: oklch(61% 0.038 92);
  --color-accent: oklch(43% 0.075 143);
  --color-accent-hover: oklch(37% 0.079 143);
  --color-accent-soft: oklch(88% 0.061 138);
  --color-accent-ink: oklch(97% 0.014 102);
  --color-caution: oklch(73% 0.092 72);
  --color-caution-soft: oklch(91% 0.049 75);
  --color-danger: oklch(44% 0.118 27);
  --color-danger-soft: oklch(91% 0.048 39);
  --color-focus: oklch(49% 0.104 225);
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
  --font-outlier: "Arial Narrow", Arial, Helvetica, sans-serif;
  --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: 4rem;
  --space-3xl: 5rem;
  --space-4xl: 6rem;
  --text-xs: 0.78rem;
  --text-sm: 0.92rem;
  --text-base: 1rem;
  --text-md: 1.12rem;
  --text-lg: 1.35rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.35rem;
  --text-display-s: clamp(2.35rem, 6vw, 5.6rem);
  --text-display: clamp(3rem, 8vw, 7rem);
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --dur-fast: 120ms;
  --dur-med: 220ms;
  --dur-slow: 420ms;
  --rule-hair: 1px;
  --rule-heavy: 2px;
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
}
