/* Ink & Paper — the design bible's tokens, fixed hex. Do not invent a color. */
:root {
  --paper: #F3EBDA;
  --paper-aged: #EFE5CF;
  --paper-cold: #ECE8DF;
  --paper-newsprint: #EAE3D2;
  --paper-shadow: #E4DAC2;

  --ink: #2C2C2A;
  --ink-faded: #5F5E5A;
  --ink-light: #888780;
  --rule: #B4B2A9;
  --rule-light: #D3D1C7;

  --oxblood: #712B13;
  --express-red: #A32D2D;
  --court: #1F2A44;
  --odds: #993C1D;

  --f-text: "Old Standard TT", "Libre Caslon Text", "EB Garamond", Georgia, serif;
  --f-text-alt: "Libre Caslon Text", "Old Standard TT", Georgia, serif;
  --f-type: "Special Elite", "Courier Prime", "Courier New", monospace;
  --f-hand: "Pinyon Script", "Homemade Apple", cursive;
  --f-display: "Rye", "Ultra", Georgia, serif;

  /* The 16px scale at ratio 1.25, in rem: a reader's larger font setting scales every step (bible 3.2, 8). */
  --xs: 0.6875rem;
  --sm: 0.8125rem;
  --base: 1rem;
  --md: 1.25rem;
  --lg: 1.5625rem;
  --xl: 1.9375rem;
  --xxl: 2.4375rem;
  --display: 3.0625rem;

  --page-w: 380px;
  --page-w-wide: 560px;
  --pad: 16px;
  --gap: 12px;

  --t-turn: 320ms;
  --t-circle: 300ms;
  --t-slide: 240ms;
}
