/* readmypast.com — Ephemeris Table design tokens.
   One warm-paper system, hairline rules, a single rubric-red that MEANS "verified". */
:root {
  /* palette */
  --paper:        #F3EDE1;
  --paper-deep:   #E8DFCE;
  --ink:          #211C15;
  --graphite:     #5C5344;
  --rule:         #C9BFA9;
  --minium:       #B23A1E;   /* the one accent — rationed to mean "verified" / primary action */
  --minium-quiet: #8F3018;   /* accent text under 19px (AA/AAA on paper) */

  /* type families (web-licensed: Newsreader, Spectral, IBM Plex Mono — all OFL) */
  --font-display: "Newsreader", Georgia, "Times New Roman", serif;
  --font-body:    "Spectral", Georgia, "Times New Roman", serif;
  --font-mono:    "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;

  /* type scale */
  --t-display:  clamp(2.25rem, 7vw, 3.5rem);
  --t-h2:       1.875rem;
  --t-h3:       1.375rem;
  --t-body-lg:  1.1875rem;
  --t-body:     1.0625rem;
  --t-cap:      0.8125rem;
  --t-mono:     0.9375rem;

  /* spacing + measure */
  --sp-1: .5rem; --sp-2: 1rem; --sp-3: 1.5rem; --sp-4: 2rem; --sp-5: 3rem; --sp-6: 4.5rem;
  --measure: 34rem;

  /* motion */
  --dur-micro: 120ms;
  --dur-std:   280ms;
  --dur-rev:   600ms;
  --ease:      cubic-bezier(.2, 0, 0, 1);

  --hair: 0.5px solid var(--rule);
}
