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