/* 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;
}

body,
.login-modern,
.content-wrapper,
.main-header,
.main-sidebar,
.modal,
.form-control,
.btn {
    font-family: var(--hms-font-sans);
}

.login-brand,
.login-card-head h3,
.installer-header h3,
.dashboard-title {
    font-family: var(--hms-font-display);
}
