/*# sourceMappingURL=custom.min.css.map */
/*
 * BSSN brand override
 * Redefines Bootstrap / Velzon "primary" color tokens to the BSSN base navy.
 * Load this AFTER bootstrap.min.css and app.min.css so it takes precedence.
 */

:root {
    /* Bootstrap 5 primary tokens */
    --bs-primary: #0B2942;
    --bs-primary-rgb: 11, 41, 66;

    /* Velzon theme primary tokens (theme uses its own --vz- prefix) */
    --vz-primary: #0B2942;
    --vz-primary-rgb: 11, 41, 66;
}

.btn-primary {
    --bs-btn-bg: #0B2942;
    --bs-btn-border-color: #0B2942;
    --bs-btn-hover-bg: #082033;
    --bs-btn-hover-border-color: #071c2c;
    --bs-btn-active-bg: #071c2c;
    --bs-btn-active-border-color: #061826;
    --bs-btn-disabled-bg: #0B2942;
    --bs-btn-disabled-border-color: #0B2942;
}

.text-primary {
    color: #0B2942 !important;
}

.bg-primary {
    background-color: #0B2942 !important;
}
