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

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