/* Palette: Harbour — Navy & gold — premium, trustworthy.

   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: #101826;
  --muted: #55606f;
  --line: #dde2e8;
  --paper: #ffffff;
  --wash: #f4f6f9;
  --accent: #8a6d1f;
  --accent-deep: #6b5417;
  --accent-light: #e0b64d;
  --on-accent: #ffffff;
  --band: #101826;
  --on-band: #eef1f5;
}
