@font-face {
  font-family: 'Manrope';
  src: url('../../fonts/manrope.ttf') format('truetype');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: 'DrukCyr-Heavy';
  src:
    url('../../fonts/drukcyr-heavy.woff2') format('woff2'),
    url('../../fonts/drukcyr-heavy.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
