/* FUENTES OPTIMIZADAS */

@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/lato-v24-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-display: swap;
    src: url('/wp-content/uploads/fonts/poppins-v23-latin-700.woff2') format('woff2');
}

body {
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6,
.site-title,.menu,button {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}