@font-face {
  font-family: 'PT Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/vendor/fonts/pt-mono-400.woff2') format('woff2'),
       url('/static/vendor/fonts/pt-mono-400.ttf') format('truetype');
}

@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/vendor/fonts/press-start-2p-400.woff2') format('woff2'),
       url('/static/vendor/fonts/press-start-2p-400.ttf') format('truetype');
}