/* Beech Street Squash & Fitness colors (loaded after style.css).
   Brand palette: blue #015f97, green #9fc7aa, purple #5b346d.
   The accent (--ball) is mapped to brand blue, tuned per theme so text/buttons
   keep contrast: a lighter blue on the dark theme, the deep brand blue on light. */

[data-theme="dark"]  { --ball: #6fb8e6; --ball-dim: #4fa3d4; }
[data-theme="light"] { --ball: #015f97; --ball-dim: #014e7d; }
