/* TronEx brand overlay (VL #1).
 * Doubled selectors (:root:root / .dark.dark) out-specify the bundle's :root
 * defaults regardless of stylesheet order. Values mirror the historical TronEx
 * red from src/index.css so the cutover to the runtime-brand model is a no-op
 * visually. Deployed to /opt/tronex/brand/brand.css. */
:root:root {
  --primary: 358 100% 51%;
  --ring: 358 100% 51%;
}
.dark.dark {
  --primary: 358 90% 60%;
  --ring: 358 90% 60%;
}
