/* Trustech brand overlay — blue from the original logo gradient (#2563EB / #3B82F6).
 * Doubled selectors (:root:root / .dark.dark) out-specify the bundle's :root
 * defaults regardless of stylesheet order. Deployed to /opt/trustech/brand/brand.css. */
:root:root {
  --primary: 221 83% 53%;
  --ring: 221 83% 53%;
}
.dark.dark {
  --primary: 217 91% 60%;
  --ring: 217 91% 60%;
}
