/* Whitelabel theme: abilitapay. Mirrors the legacy application_abilitapay.css.scss palette:
   --brand-primary = $main-highlight-color (buttons / links / active nav),
   --brand-topbar  = $main-dark-color (header / brand strip). */
:root {
    --brand-primary: #D3031C;
    --brand-primary-hover: color-mix(in srgb, #D3031C, black 12%);
    --brand-primary-active: color-mix(in srgb, #D3031C, black 24%);
    --brand-topbar: #D3031C;
}
