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

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

@font-face {
    font-family: 'Lato Bold';
    src: url('../fonts/Inter_18pt-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
