/* Brand tokens for the TPS sign-in surfaces. Centralised so the same teal is used
 * consistently everywhere instead of a handful of scattered hex literals. These are
 * defined on :root so they're available to both light and dark schema (the auth
 * surface intentionally keeps a fixed brand look). The teal is chosen so white
 * foreground text meets WCAG 2 AA minimum contrast (>= 4.5:1). */
:root {
  --tps-brand-teal: #147F80;
  --tps-brand-teal-hover: #126F70;
  --tps-brand-text-on-teal: #FFFFFF;
}


/*# sourceMappingURL=main.dbedac40a802aa75ea63.css.map*/