/* ── Theme: yas (Digital Telco) ────────────────────────── */
/* Brand colours only — surfaces, ink and spacing are the fixed light
   system in globals.css. :root:root outranks globals.css :root so the
   runtime theme wins regardless of stylesheet load order. */
:root:root {
  --color-primary:     #00377D;
  --color-primary-rgb: 0, 55, 125;
  --color-accent:      #FFD100;
  --color-accent-rgb:  255, 209, 0;
  --color-on-primary:  #ffffff;
}
