/* ========================================
   SITE-WIDE BASE OVERRIDES
   Only global Bootstrap overrides belong here.
   Layout, component, and page styles live in
   their own dedicated CSS files.
   All values reference design-tokens.css.
======================================== */

/* Responsive base font size — scales form rem units with viewport */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Bootstrap focus-ring override — single token source */
.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem var(--color-white), 0 0 0 0.25rem var(--color-primary-blue);
}
