/* FSI default palette — overrides the Burlington-red mockup tokens on all
   internal (non-customer-specific) screens. Customer-facing views brand
   from each customer's hex in Customer Management instead. */
:root {
  --burl-red: #47704C;        /* FSI green */
  --burl-red-dark: #35563A;
  --burl-red-light: #5E8C64;
  --burl-red-tint: #EAF1EB;
  --burl-red-tint-2: #D8E5DA;
  --fsi-blue: #005696;
  --fsi-lime: #D5E14D;
}

/* New Pulse wordmark: bold sans, no cursive. Pair with the EKG svg. */
.pulse-wordmark {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pulse-wordmark .accent { color: var(--fsi-lime); }
