/* The portal leaves every brand colour transparent until branding-loader.js
   fills it in per tenant. This page is never white-labelled — it is GoRoute's
   own app — so it states GoRoute's tokens itself. Without this, btn-primary and
   text-primary paint with `transparent` and the buttons vanish, which is exactly
   what happened the first time this page was rendered. */
:root {
  --brand-primary: #2F73F2;
  --brand-accent: #547593;
  --brand-surface: #F8FAFC;
  --brand-border: #CCD7E1;
  --brand-text: #102D47;
  --brand-ink: #102D47;
  --brand-deep-ink: #081738;
  --brand-card: #ffffff;
  --brand-success: #3cd278;
  --color-primary: #2F73F2;
  --color-primary-hover: #1f5fd8;
  --color-primary-glow: rgba(47, 115, 242, 0.3);
  --color-secondary: #547593;
}

