/* ============================================================
   FUENTES AUTO-ALOJADAS (2026-07-02) — TAREA A
   Variable fonts WOFF2, subset latin + latin-extended (obligatorio:
   diacríticos noruegos del elenco — Kåre, Køhn, Blåfugl, Høgskulen).
   Sustituye por completo a fonts.googleapis.com / fonts.gstatic.com.
   Fuente de los binarios: repo oficial google/fonts (OFL).
   Pesos intermedios (350, 430) ahora renderizan FIELES (las cargas
   estáticas de Google los redondeaban al peso más cercano).
   ============================================================ */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-vf.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-display-vf.woff2') format('woff2');
    font-weight: 400 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-display-italic-vf.woff2') format('woff2');
    font-weight: 400 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-vf.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
