@font-face {
  font-family: 'Bangers';
  src: url('../typefaces/Bangers-Regular.woff2') format('woff2'),
      url('../typefaces/Bangers-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }

@font-face {
  font-family: 'VT323';
  src: url('../typefaces/VT323-Regular.woff2') format('woff2'),
      url('../typefaces/VT323-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }

@font-face {
  font-family: 'PT Serif';
  src: url('../typefaces/PTSerif-Bold.woff2') format('woff2'),
      url('../typefaces/PTSerif-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  }

@font-face {
  font-family: 'PT Serif';
  src: url('../typefaces/PTSerif-BoldItalic.woff2') format('woff2'),
      url('../typefaces/PTSerif-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  }

@font-face {
  font-family: 'PT Serif';
  src: url('../typefaces/PTSerif-Italic.woff2') format('woff2'),
      url('../typefaces/PTSerif-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  }

@font-face {
  font-family: 'PT Serif';
  src: url('../typefaces/PTSerif-Regular.woff2') format('woff2'),
      url('../typefaces/PTSerif-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
