@font-face {
   font-display: swap;
   font-family: 'Lato';
   src: url('../fonts/Lato-Thin.woff2') format('woff2');
   font-weight: 100;
   font-style: normal;
   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; // только кириллица
}

@font-face {
   font-display: swap;
   font-family: 'Lato';
   src: url('../fonts/Lato-Light.woff2') format('woff2');
   font-weight: 300;
   font-style: normal;
   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; // только кириллица
}

@font-face {
   font-display: swap;
   font-family: 'Lato';
   src: url('../fonts/Lato-Regular.woff2') format('woff2');
   font-weight: 400;
   font-style: normal;
   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; // только кириллица
}      

@font-face {
   font-display: swap;
   font-family: 'Lato';
   src: url('../fonts/Lato-Bold.woff2') format('woff2'); 
   font-weight: 700;
   font-style: normal;
   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; // только кириллица
}

@font-face {
   font-display: swap;
   font-family: 'Lato';
   src: url('../fonts/Lato-Heavy.woff2') format('woff2');
   font-weight: 800;
   font-style: normal;
   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; // только кириллица
}

@font-face {
   font-display: swap;
   font-family: 'Lato';
   src: url('../fonts/Lato-Black.woff2') format('woff2');
   font-weight: 900;
   font-style: normal;
   unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; // только кириллица
}