@font-face {
    font-display: fallback;
    font-family: 'Lato-black';
    font-style: bold;
    font-weight: 600;
    src: url('../fonts/lato-black.woff2') format('woff2'),
         url('../fonts/lato-black.woff') format('woff');
}

@font-face {
    font-display: fallback;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff');
}
