/* =========================================================================
   Tipografías Inter y Manrope, servidas en local.
   Fuente de los ficheros: paquetes npm @fontsource/inter@5.2.8 y
   @fontsource/manrope@5.2.8 (https://www.npmjs.com/package/@fontsource/inter,
   https://www.npmjs.com/package/@fontsource/manrope), que empaquetan los
   ficheros estáticos oficiales de Google Fonts. Descargado el 03/07/2026.
   Pesos incluidos: Inter 400/500/600/700, Manrope 500/700/800 (subset latin).
   Sustituye a: https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;700;800&display=swap
   ========================================================================= */

/* Inter */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('files/inter-latin-400-normal.woff2') format('woff2'),
         url('files/inter-latin-400-normal.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('files/inter-latin-500-normal.woff2') format('woff2'),
         url('files/inter-latin-500-normal.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('files/inter-latin-600-normal.woff2') format('woff2'),
         url('files/inter-latin-600-normal.woff') format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('files/inter-latin-700-normal.woff2') format('woff2'),
         url('files/inter-latin-700-normal.woff') format('woff');
}

/* Manrope */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('files/manrope-latin-500-normal.woff2') format('woff2'),
         url('files/manrope-latin-500-normal.woff') format('woff');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('files/manrope-latin-700-normal.woff2') format('woff2'),
         url('files/manrope-latin-700-normal.woff') format('woff');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('files/manrope-latin-800-normal.woff2') format('woff2'),
         url('files/manrope-latin-800-normal.woff') format('woff');
}
