/* Per-brand colour overrides. EMPTY in the repo on purpose.
 *
 * Each server keeps its own copy under public/brand/, which the deploy exclude
 * list protects, so a code sync cannot repaint a brand — the way one repainted
 * GoatFX Pro on 2026-08-24.
 *
 * Use `:root:root`, not `:root`. Vite injects the bundle's stylesheet AFTER any
 * <link> in index.html, so a plain `:root` block loses every tie on document
 * order — silently, and only for the tokens the bundle happens to define. The
 * doubled selector raises specificity instead, so an override wins wherever it
 * lands in the cascade.
 *
 * :root:root {
 *   --accent-brand:       #C1A460;
 *   --accent-brand-hover: #D1B56C;
 *   --accent-brand-muted: rgb(193 164 96 / 0.10);
 * }
 */
