@font-face {
    font-family: 'ilaria'; /* Имя шрифта */
    src: url(../fonts/Lato-Regular.ttf) format('truetype'); 
    font-display: fallback;
    font-weight: 400;
}
@font-face {
    font-family: 'ilaria'; /* Имя шрифта */
    src: url(../fonts/Lato-Bold.ttf) format('truetype'); 
    font-display: fallback;
    font-weight: 700;
}
@font-face {
    font-family: 'ilaria'; /* Имя шрифта */
    src: url(../fonts/Impact.ttf) format('truetype'); 
    font-display: fallback;
    font-weight: 900;
}