/* 🚀 FASE 2 - Optimized Font Loading
   WOFF2 Only with font-display: swap
   Generated: 18 de Enero de 2026
   
   Cambios:
   1. Solo formato WOFF2 (soporte universal en navegadores modernos)
   2. font-display: swap para evitar FOIT (Flash of Invisible Text)
   3. Estructura de @font-face moderna con font-weight y font-style
   4. Reducción de tamaño: ~156 KB → ~40 KB (-74%)
*/

/* Poppins - Light (300) */
@font-face {
    font-family: 'Poppins';
    src: url("poppins-light-webfont.07ed50675614.woff2") format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Poppins - Regular (400) */
@font-face {
    font-family: 'Poppins';
    src: url("poppins-regular-webfont.cd8ad1522c04.woff2") format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Poppins - Medium (500) */
@font-face {
    font-family: 'Poppins';
    src: url("poppins-medium-webfont.954f16b87b54.woff2") format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Poppins - SemiBold (600) */
@font-face {
    font-family: 'Poppins';
    src: url("poppins-semibold-webfont.f98c932e843c.woff2") format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Poppins - Bold (700) */
@font-face {
    font-family: 'Poppins';
    src: url("poppins-bold-webfont.13e9632bec05.woff2") format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
