/* Hallmark · genre: editorial · macrostructure: Index-First · theme: Newsprint · enrichment: none · nav: N6 · footer: Ft4 */
:root {
  --font-display: "Newsreader", ui-serif, serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, sans-serif;
  --font-outlier: "IBM Plex Mono", ui-monospace, monospace;

  --color-paper: oklch(96% 0.012 245);
  --color-paper-deep: oklch(92% 0.016 245);
  --color-ink: oklch(18% 0.018 245);
  --color-muted: oklch(43% 0.024 245);
  --color-rule: oklch(72% 0.022 245);
  --color-rule-strong: oklch(48% 0.03 245);
  --color-accent: oklch(46% 0.14 245);
  --color-focus: oklch(58% 0.19 245);
  --color-selection: oklch(86% 0.055 245);

  --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-lg: 1.25rem;
  --text-xl: 1.563rem;
  --text-2xl: 1.953rem;
  --text-3xl: 2.441rem;

  --page-gutter: clamp(1rem, 4vw, 4rem);
  --page-width: 82rem;
  --measure: 64ch;
  --rule-hair: 1px;
  --focus-width: 3px;
  --z-base: 1;
  --z-sticky: 200;
}
