@font-face {
  font-family: 'PressStart2p';
  src: local('PressStart2p'),
       url(./PressStart2P-Regular.woff2) format('woff2'), 
       url(./PressStart2P-Regular.woff) format('woff'),
       url(./PressStart2P-Regular.ttf) format('ttf');
  font-weight: normal;
  font-display: swap;
}

@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;
  font-display: swap;
}