/* В этом файле вы импортируете все шрифты для сайта. Один из них вариативный и требует особенной настройки */

@font-face {
  font-family: 'Inter-Varaible';
  src: 
    local('Inter-Varaible'),
    url(../fonts/Inter-Variable.woff2) format('woff2 supports variations'),
    url(../fonts/Inter-Variable.woff2) format('woff2-variations');
  font-weight: 400 785;
  font-display: swap;
}

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