@font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    src: url('../fuentes/Lato-Light.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    src: url('../fuentes/Lato-Regular.woff2') format('woff2'),
         url('../fuentes/Lato-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Lato';
    font-weight: 700;
    font-style: normal;
    src: url('../fuentes/Lato-Bold.woff2') format('woff2'),
         url('../fuentes/Lato-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fuentes/Lato-BoldItalic.woff2') format('woff2'),
         url('../fuentes/Lato-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fuentes/Lato-Black.woff2') format('woff2'),
         url('../fuentes/Lato-Black.woff') format('woff');
    }
