/*
 * sigtax tenant theme — uses the original Bootstrap-default palette that the app shipped with
 * before per-tenant theming was introduced. Variables consumed by brand.css.
 */
:root {
    --brand-primary: #0d6efd;
    --brand-primary-rgb: 13, 110, 253;
    --brand-primary-hover: #0b5ed7;
    --brand-accent: #0dcaf0;
    --brand-accent-rgb: 13, 202, 240;
    --brand-accent-hover: #31d2f2;
    --brand-radius: 4px;
    --brand-font: system-ui, -apple-system, sans-serif;
}
