/* ==========================================================================
   LOCAL FONT DECLARATIONS
   Replaces Google Fonts CDN @import for Roboto.
   Uses system font fallback stack since Roboto woff2 files are not bundled.
   The visual difference is negligible — Segoe UI (Windows), SF Pro (macOS),
   and Roboto (Android/ChromeOS) are all geometric humanist sans-serifs.
   ========================================================================== */

:root {
    --font-family-base: 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
}

body,
.card-title,
.nav-link,
.btn,
.form-control,
.form-select,
.dropdown-item,
.modal-title,
label,
input,
select,
textarea,
table {
    font-family: var(--font-family-base) !important;
}
