/*
 * Inter (variable font, Latin subset) - self-hosted so the UI no longer depends on
 * fonts.googleapis.com / fonts.gstatic.com, which some institutional/government
 * networks block or throttle. Source: Google Fonts v20,
 * family=Inter:wght@300;400;500;600;700, "latin" subset only - this app's supported
 * languages (en, fr, es) are fully covered by Basic Latin + Latin-1 Supplement.
 * A single variable-font file covers the whole 300-700 weight range.
 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('inter-latin-var.woff2') format('woff2');
}
