/* ARNOPAY brand overlay — signature orange (#F47814, sampled from the logo mark).
 * Doubled selectors (:root:root / .dark.dark) out-specify the bundle's :root
 * defaults regardless of stylesheet order. Deployed to /opt/arnopay/brand/brand.css. */
:root:root {
  --primary: 27 91% 52%;
  --ring: 27 91% 52%;
}
.dark.dark {
  --primary: 27 95% 58%;
  --ring: 27 95% 58%;
}
