/* Whitelabel theme: continentalpay. Uses the canonical DB ("public" /
   betterpayment) palette — same --brand-* as themes/public.css. */
:root {
    --brand-primary: #0550D1;
    --brand-primary-hover: color-mix(in srgb, #0550D1, black 12%);
    --brand-primary-active: color-mix(in srgb, #0550D1, black 24%);
}
