/* Hallmark · genre: editorial · macrostructure: Long Document · theme: Newsprint · enrichment: source images · nav: N6 · footer: Ft4 */
:root {
  --color-paper: oklch(97% 0.012 78);
  --color-paper-raised: oklch(94% 0.016 78);
  --color-ink: oklch(19% 0.018 55);
  --color-ink-soft: oklch(35% 0.018 55);
  --color-muted: oklch(47% 0.014 62);
  --color-rule: oklch(76% 0.02 70);
  --color-rule-strong: oklch(55% 0.025 62);
  --color-accent: oklch(47% 0.16 29);
  --color-accent-hover: oklch(39% 0.15 29);
  --color-focus: oklch(52% 0.17 29);
  --color-selection: oklch(88% 0.07 55);

  --font-display: "Literata", "Iowan Old Style", "Palatino Linotype", serif;
  --font-body: "IBM Plex Sans", "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", 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;
  --space-4xl: 9rem;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.25rem;
  --text-3xl: 3rem;
  --text-display: clamp(2.55rem, 5vw + 0.8rem, 5.25rem);

  --rule-hair: 1px;
  --radius-sm: 0.25rem;
  --radius-md: 0.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: 220ms;
  --dur-long: 420ms;

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