@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Lato-Thin.ttf") format("ttf");
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Lato-Light.ttf") format("ttf");
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Lato-Light.ttf") format("ttf");
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Lato-Regular.ttf") format("ttf");
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Lato-Bold.ttf") format("ttf");
    font-display: swap;
}
