@font-face {
    font-family: 'Lato1';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato1 Regular'), local('Lato1-Regular'), url(Lato/Lato-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Lato1';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Lato1 SemiBold'), local('Lato1-SemiBold'), url(Lato/Lato-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Lato1';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Lato1 Bold'), local('Lato1-Bold'), url(Lato/Lato-Bold.ttf) format('truetype');
}