@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100 500;
    font-display: swap;
    src: url(/Includes/fonts/Lato-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600 800;
    font-display: swap;
    src: url(/Includes/fonts/Lato-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/Includes/fonts/Lato-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100 500;
    font-display: swap;
    src: url(/Includes/fonts/Lato-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 600 800;
    font-display: swap;
    src: url(/Includes/fonts/Lato-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(/Includes/fonts/Lato-BlackItalic.ttf) format('truetype');
