:root{--app-font: InterLocal, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial}
/* Local offline font: only Inter-400 is bundled. Provide a single-face local fallback to avoid 404s. */
@font-face{font-family:InterLocal;src: url('./Inter-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:InterLocal;src: local('Inter'), local('Inter Regular');font-weight:700;font-style:normal;font-display:swap}
:root{--app-font: InterLocal, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial}
body{font-family:var(--app-font)}
