@font-face {
    font-family: 'Lato';
    src: url('../../assets/fonts/LatoLatin-Regular.woff2') format('woff2'),
         url('../../assets/fonts/LatoLatin-Regular.woff') format('woff'),
         url('../../assets/fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('../../assets/fonts/LatoLatin-Italic.woff2') format('woff2'),
         url('../../assets/fonts/LatoLatin-Italic.woff') format('woff'),
         url('../../assets/fonts/LatoLatin-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('../../assets/fonts/LatoLatin-Bold.woff2') format('woff2'),
         url('../../assets/fonts/LatoLatin-Bold.woff') format('woff'),
         url('../../assets/fonts/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    text-rendering: optimizeLegibility;
}
