/* Hallmark · macrostructure: Task-focused utility · tone: archival precision · anchor hue: green
 * theme: Newsprint · paper: oklch(96% 0.012 105) · accent: oklch(55% 0.145 145)
 * display: Iowan Old Style · body: Avenir Next · axes: light / roman-serif / chromatic-green
 * studied: no · context: inferred · v1.1.0
 */
:root {
  --color-paper: oklch(96% 0.012 105);
  --color-paper-raised: oklch(99% 0.008 105);
  --color-paper-inset: oklch(92% 0.016 105);
  --color-ink: oklch(21% 0.018 140);
  --color-ink-soft: oklch(39% 0.018 140);
  --color-muted: oklch(51% 0.014 135);
  --color-rule: oklch(79% 0.021 125);
  --color-rule-soft: oklch(88% 0.016 120);
  --color-accent: oklch(55% 0.145 145);
  --color-accent-deep: oklch(42% 0.125 145);
  --color-accent-soft: oklch(91% 0.055 145);
  --color-accent-ink: oklch(99% 0.008 105);
  --color-focus: oklch(61% 0.19 145);
  --color-error: oklch(48% 0.16 28);
  --color-error-paper: oklch(94% 0.035 28);
  --color-transparent: transparent;

  --font-display:
    "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia,
    serif;
  --font-body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-display: clamp(2.5rem, 7vw, 5.75rem);
  --text-stat: clamp(1.65rem, 4vw, 2.65rem);

  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;
  --radius-pill: 999px;
  --rule-thin: 1px;
  --rule-heavy: 2px;

  --dur-fast: 120ms;
  --dur-base: 220ms;
  --dur-scan: 1400ms;
  --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);

  --shadow-panel: 0 1.5rem 4rem oklch(21% 0.018 140 / 0.1);
  --shadow-focus: 0 0 0 0.25rem oklch(61% 0.19 145 / 0.2);
}
