/* ===========================================
   FONT OPTIMIZATION - Carga solo WOFF2 + font-display: swap
   Este archivo DEBE cargarse DESPUES de los CSS de fonts
   para sobreescribir las declaraciones @font-face
   =========================================== */

/* Material Icons - Solo WOFF2 */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/iconfont-MaterialIcons-Regular.woff2') format('woff2');
}

/* FontAwesome - Solo WOFF2 */
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/fonts-fontawesome-webfont.woff2') format('woff2');
}

/* Ionicons - Solo WOFF (no tiene WOFF2) */
@font-face {
    font-family: 'Ionicons';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/fonts-ionicons.woff') format('woff');
}
