@font-face {
    font-family: 'PressStart2P';
    src: url(./PressStart2P-Regular.woff) format('woff');
    font-weight: normal;
    font-display: swap;
  }
  
  @font-face {
    font-display: swap;
    font-family: Inter-Variable;
    src:
      local('Inter-Variable'),
      url(./Inter-Variable.woff2) format('woff2 supports variations'),
      url(./Inter-Variable.woff2) format('woff2-variations');
      font-weight: 400 785;
  }

  @supports (font-variation-settings: normal) {
   body {
       font-family: 'Inter-Variable', sans-serif;
   }
} 