/* В этом файле вы импортируете все шрифты для сайта. Один из них вариативный и требует особенной настройки */
@font-face {
  font-family: 'Inter';
  src:
    url('./Inter-Variable.woff2') format('woff2 supports variations'),
    url('./Inter-Variable.woff2') format('woff2-variations');
  font-weight: 400 785; /* в макете есть значения 410 и 715*/
  font-display: swap;
}

@font-face {
  font-family: 'Press Start 2P';
  src: url('./PressStart2P-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
}

/*
@font-face {
  font-family: 'Inter';
  src: url(./Inter-Variable.woff) format('woff');
  font-weight: 100 900;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Press Start 2P';
  src: url(./PressStart2P-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/