/* Klyr brand overlay — deep botanical green (#0A4E30 from the logo).
 * Doubled selectors (:root:root / .dark.dark) out-specify the bundle's :root
 * defaults regardless of stylesheet order. Deployed to /opt/klyr/brand/brand.css. */
:root:root {
  --primary: 154 77% 19%;
  --ring: 154 77% 19%;
}
.dark.dark {
  --primary: 152 40% 45%;
  --ring: 152 40% 45%;
}
