/* Hallmark · tokens — theme: Newsprint (editorial) · PincerCraft site № 2 */
:root {
  --color-paper:      oklch(92% 0.045 50);
  --color-paper-2:    oklch(89% 0.050 50);
  --color-paper-3:    oklch(84% 0.054 45);
  --color-rule:       oklch(68% 0.030 40);
  --color-rule-2:     oklch(35% 0.020 35);
  --color-muted:      oklch(46% 0.022 35);
  --color-neutral:    oklch(30% 0.025 30);
  --color-ink-2:      oklch(20% 0.030 28);
  --color-ink:        oklch(15% 0.030 25);
  --color-accent:     oklch(32% 0.10 28);
  --color-accent-ink: oklch(45% 0.13 30);
  --color-focus:      oklch(48% 0.18 30);

  --font-display: "Playfair Display", "Crimson Pro", ui-serif, Georgia, serif;
  --font-body:    "Crimson Pro", ui-serif, Georgia, serif;
  --font-mono:    "IBM Plex Mono", ui-monospace, 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.9375rem;
  --text-base: 1.1875rem;
  --text-md:   1.375rem;
  --text-lg:   1.75rem;
  --text-xl:   2.1875rem;
  --text-2xl:  2.75rem;
  --text-3xl:  3.4375rem;
  --text-display:   clamp(2.75rem, 5vw + 1rem, 5.25rem);
  --text-stat:      clamp(5.5rem, 17vw, 11rem);

  --rule-hair: 1px;
  --radius-card: 0;
  --radius-pill: 0;
  --radius-input: 0;

  /* Newsprint is a 0×-motion theme: nothing animates. Tokens kept for focus/system use. */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-micro: 0ms;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;

  --page-max: 68rem;
  --page-gutter: clamp(1rem, 4vw, 2.5rem);
}
