@font-face {
  font-family: 'Korolev';
  src: url('../fonts/KorolevLight.woff2') format('woff2');
  src: url('../fonts/KorolevLight.woff') format('woff');
  font-weight: 300;
  font-style: light;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev';
  src: url('../fonts/KorolevMedium.woff2') format('woff2'),
       url('../fonts/KorolevMedium.woff') format('woff');
  font-weight: 500;
  font-style: medium;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev';
  src: url('../fonts/KorolevBold.woff2') format('woff2'),
       url('../fonts/KorolevBold.woff') format('woff');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}