/* font files kept but not loaded — using system font stack instead */

:root {
    --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html, body {
    font-family: var(--font-sans) !important;
}

input, textarea, select, button {
    font-family: var(--font-sans) !important;
}
