/* Offline-safe font stack (no Google Fonts CDN). */
:root {
    --hms-font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
    --hms-font-display: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

/* Override AdminLTE's "Source Sans Pro" stack with local fonts (never load fonts.googleapis.com). */
body,
.login-modern,
.content-wrapper,
.main-header,
.main-sidebar,
.modal,
.form-control,
.btn,
.wrapper,
.content,
.box,
.table,
h1, h2, h3, h4, h5, h6 {
    font-family: var(--hms-font-sans) !important;
}

.login-brand,
.login-card-head h3,
.installer-header h3,
.dashboard-title {
    font-family: var(--hms-font-display);
}
