/* Whitelabel theme: diagonal. Mirrors the legacy application_diagonal.css.scss
   palette: blue primary (legacy $main-highlight #3C71B7) for buttons/links/active
   nav, slate topbar (legacy $main-dark #345061) for the header/brand strip. */
:root {
    --brand-primary: #3C71B7;
    --brand-primary-hover: color-mix(in srgb, #3C71B7, black 12%);
    --brand-primary-active: color-mix(in srgb, #3C71B7, black 24%);
    --brand-topbar: #345061;
}
