/* WhitePride brand overlay — WP swoosh blue (#0b6abf light / #0ca8f4 dark).
 * Doubled selectors (:root:root / .dark.dark) out-specify the bundle's :root
 * defaults regardless of stylesheet order. Deployed to /opt/white/brand/brand.css. */
:root:root {
  --primary: 208 89% 40%;
  --ring: 208 89% 40%;
}
.dark.dark {
  --primary: 200 91% 50%;
  --ring: 200 91% 50%;
}
