/* Settings — tokens */
:root {
  --ink: #1c1c1c;
  --ink-soft: #3a3a3a;
  --muted: #6b6b70;
  --line: #d4d4d8;
  --wash: #f0f0f2;
  --paper: #f7f7f8;
  --white: #ffffff;
  --accent: #e84a3a;
  --accent-soft: rgba(232, 74, 58, 0.12);
  --accent-mid: rgba(232, 74, 58, 0.22);
  --font: "Libre Baskerville", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --space-xs: 0.35rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 3.5rem;
  --space-2xl: 5rem;
  --max: 72rem;
  --narrow: 42rem;
  --radius: 0;
  --age-bar-h: 2.4rem;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --motion: 0;
  }
}
