/* Receipts tokens — Newsprint (tuned). See receipts/design.md. */
:root {
  --color-paper: oklch(96.5% 0.011 85);
  --color-paper-2: oklch(93.5% 0.013 85);
  --color-paper-3: oklch(90.5% 0.015 85);
  --color-ink: oklch(20% 0.012 70);
  --color-ink-2: oklch(36% 0.011 70);
  --color-muted: oklch(49% 0.010 75);
  --color-rule: oklch(80% 0.012 85);
  --color-rule-strong: oklch(62% 0.012 80);
  --color-accent: oklch(53% 0.19 30);
  --color-accent-soft: oklch(92% 0.04 30);
  --color-focus: oklch(53% 0.19 30);
  --status-hit: oklch(46% 0.12 150);
  --status-hit-soft: oklch(93% 0.035 150);
  --status-miss: oklch(50% 0.17 30);
  --status-miss-soft: oklch(93% 0.035 30);
  --status-open: oklch(45% 0.05 250);
  --status-open-soft: oklch(93% 0.015 250);
  --status-unscored: oklch(55% 0.01 80);

  --font-display: "Newsreader", "Iowan Old Style", serif;
  --font-body: "IBM Plex Sans", "Helvetica Neue", sans-serif;
  --font-figures: "JetBrains Mono", ui-monospace, monospace;

  --text-xs: 0.8rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 2rem;
  --text-display: clamp(2.25rem, 4vw + 1rem, 4.25rem);

  --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;

  --rule-hair: 1px;
  --rule-heavy: 3px;
  --measure: 68ch;
  --page-max: 1120px;
  --gutter: clamp(16px, 4vw, 48px);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-short: 150ms;
}
