/* Bungee Font */
@font-face {
  font-family: 'Bungee';
  font-style: normal;
  font-weight: 400;
  src: url('./bungee/bungee-v16-latin-regular.woff2') format('woff2'),
       url('./bungee/bungee-v16-latin-regular.woff') format('woff');
}

/* Bungee Shade Font */
@font-face {
  font-family: 'Bungee Shade';
  font-style: normal;
  font-weight: 400;
  src: url('./bungee-shade/bungee-shade-v16-latin-regular.woff2') format('woff2'),
       url('./bungee-shade/bungee-shade-v16-latin-regular.woff') format('woff');
}

/* Press Start 2P Font */
@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  src: url('./press-start-2p/press-start-2p-v15-latin-regular.woff2') format('woff2'),
       url('./press-start-2p/press-start-2p-v15-latin-regular.woff') format('woff');
}