/* Palette: Clay — Terracotta & charcoal — earthy, grounded.

   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: #2a211c;
  --muted: #6b5c52;
  --line: #e4d9cd;
  --paper: #fffaf5;
  --wash: #f4ece2;
  --accent: #a5431f;
  --accent-deep: #7d3116;
  --accent-light: #e8926f;
  --on-accent: #ffffff;
  --band: #2a211c;
  --on-band: #f2e9e0;
}
