/* ============================================================
   Fuentes locales — TarjetaITV.es
   Montserrat (variable, pesos 400-800) + Lato (300/400/700)
   Archivos woff2 en /fonts/
   ============================================================ */

/* --- Montserrat variable (latin) — un solo archivo cubre 400/600/700/800 --- */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-latin.woff2') format('woff2');
    font-weight: 400 800;
    font-style: normal;
    font-display: swap;
}

/* --- Lato 300 (light) --- */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* --- Lato 400 (regular) --- */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* --- Lato 700 (bold) --- */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
