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