/* Almanac — the site's original look. Defined explicitly (matching
   style.css's own :root values exactly) so the default theme goes
   through the exact same mechanism as the other three, rather than
   being a special "no theme file" case. */
:root{
  --paper:#EEF0E7;
  --paper-card:#FBFBF7;
  --ink:#171A24;
  --ink-soft:#4B4E58;
  --muted:#7C7C6E;
  --accent:#2F3EE4;
  --accent-soft:#E4E6FB;
  --accent-contrast:#fff;
  --amber:#C97E1D;
  --amber-soft:#F7E7CF;
  --moss:#3C7A56;
  --moss-soft:#E1EFE6;
  --brick:#A23F2E;
  --brick-soft:#F3E1DC;
  --violet:#6B4FA0;
  --violet-soft:#EBE4F5;
  --line:#D9D8CC;
  --line-strong:#B9B8A8;
  --line-inverse:#3a3d4a;
  --muted-inverse:#b7bad8;
  --font-display:'Fraunces', serif;
  --font-body:'Inter', sans-serif;
  --font-mono:'IBM Plex Mono', monospace;
}
