/* Fuentes self-hosted (subset latin, woff2) — landing y otras vistas pequeñas.
   Sustituye a fonts.googleapis.com para evitar render-blocking + cookies de terceros. */

@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/google/greatvibes-400.woff2') format('woff2');
}

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

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

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

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/google/poppins-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../webfonts/google/poppins-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../webfonts/google/poppins-700.woff2') format('woff2');
}

/* --- Sail (solo peso 400, usado en headings h2) --- */
@font-face {
    font-family: 'Sail';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../webfonts/google/sail-400.woff2') format('woff2');
}

/* --- Montserrat (pesos 300,500,600,700 — botones y textos) --- */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../webfonts/google/montserrat-var-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../webfonts/google/montserrat-var-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../webfonts/google/montserrat-var-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../webfonts/google/montserrat-var-latin.woff2') format('woff2');
}
