@font-face {
    font-family: 'Lato';
    font-display: swap;
    font-weight: 400;
    font-style: italic;
    src: url('Lato/Lato-Italic.ttf') format(truetype);
}

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

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

@font-face {
    font-family: 'Lato';
    font-display: swap;
    font-weight: 300;
    font-style: italic;
    src: url('Lato/Lato-LightItalic.ttf') format(truetype);
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    font-weight: 600;
    src: url('Lato/Lato-SemiBold.ttf') format(truetype);
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    font-weight: 600;
    font-style: italic;
    src: url('Lato/Lato-SemiBoldItalic.ttf') format(truetype);
}

@font-face {
    font-family: 'Lato';
    font-display: swap;
    font-weight: 700;
    src: url('Lato/Lato-Bold.ttf') format(truetype);
}

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