/* Palette: Varsity — Blue & gold — bold, energetic.

   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: #10202f;
  --muted: #4d5f74;
  --line: #d7e0e8;
  --paper: #fffcf5;
  --wash: #faf1d9;
  --accent: #1a5fb4;
  --accent-deep: #123f7d;
  --accent-light: #86b8ea;
  --on-accent: #ffffff;
  --band: #10202f;
  --on-band: #f5e6c0;
}
