@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Lato-Light.woff2') format('woff2'), 
        url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Lato-Regular.woff2') format('woff2'), 
        url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Lato-Bold.woff2') format('woff2'), 
        url('../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Lato-Black.woff2') format('woff2'), 
        url('../fonts/Lato-Black.ttf') format('truetype');
}