/* Palette: Merlot — Burgundy & cream — rich, premium.

   Colour only, loaded after a pack's own stylesheet so every value below
   overrides it unconditionally. No spacing, no type, no radius — those stay
   whichever pack this is layered onto. See sitegen/palettes.py for the full
   reasoning and the contrast validation this palette clears. */
:root {
  --ink: #241016;
  --muted: #6b525a;
  --line: #e6d9dc;
  --paper: #fdf8f4;
  --wash: #f3e8e6;
  --accent: #7a1f3d;
  --accent-deep: #591530;
  --accent-light: #c96b8a;
  --on-accent: #ffffff;
  --band: #241016;
  --on-band: #f2e6e9;
}
