/* Hallmark · tokens · theme: Newsprint · genre: editorial
 * axes — paper band: light (L 96.5%) · display style: roman-serif · accent hue: warm (32)
 * Neutrals carry a trace of warm chroma so the page reads as newsprint grey
 * rather than flat screen grey. No pure black, no pure white.
 */

:root {
  /* —— Colour ——————————————————————————————————— */
  --color-paper: oklch(96.5% 0.005 70);
  --color-paper-2: oklch(93.4% 0.006 70);
  --color-paper-3: oklch(90.2% 0.007 70);
  --color-rule: oklch(76% 0.006 70);
  --color-rule-strong: oklch(58% 0.007 70);
  --color-neutral: oklch(62% 0.006 70);
  --color-muted: oklch(42% 0.007 70);
  --color-ink: oklch(21% 0.008 70);
  --color-ink-deep: oklch(14% 0.008 70);
  --color-accent: oklch(45% 0.14 32);
  --color-accent-quiet: oklch(62% 0.09 32);
  --color-focus: oklch(45% 0.14 32);

  /* —— Type ————————————————————————————————————— */
  --font-display: "Newsreader", ui-serif, Georgia, serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, sans-serif;
  --font-outlier: "IBM Plex Mono", ui-monospace, monospace;

  /* 1.25 major third, anchored at 18px body */
  --text-sm: 0.9rem;
  --text-base: 1.125rem;
  --text-md: 1.4063rem;
  --text-lg: 1.7578rem;
  --text-xl: 2.1973rem;
  --text-2xl: 2.7466rem;
  --text-display-s: clamp(2.1973rem, 3.4vw + 1.1rem, 3.4332rem);
  --text-display: clamp(2.7466rem, 5vw + 1rem, 4.2915rem);

  --leading-display: 1.06;
  --leading-deck: 1.18;
  --leading-body: 1.62;

  /* —— Space ———————————————————————————————————— */
  --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;

  /* —— Measure ——————————————————————————————————— */
  --measure: 34rem;
  --measure-wide: 40rem;
  --sheet: 68rem;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --nav-h: 7.5rem;

  /* —— Rules ————————————————————————————————————— */
  --rule-hair: 1px;
  --rule-heavy: 2px;

  /* —— Motion (Newsprint is a 0x theme; kept for focus/state only) —— */
  --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: 0ms;
  --dur-short: 0ms;
  --dur-long: 0ms;

  /* —— Depth ————————————————————————————————————— */
  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;

  --radius-none: 0;
}
