@font-face {
  font-family: 'DIN';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/DIN Medium.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  src: url('/static/fonts/Orbitron-Black.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Silkscreen';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/Silkscreen-Regular.woff') format('woff');
  font-display: swap;
}

/* @font-face {
  font-family: 'Zpix';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/zpix-split.woff') format('woff');
}

@font-face {
  font-family: 'DungGeunMo';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/DungGeunMo-Regular.woff') format('woff');
} */

.silkscreen {
  font-family: Silkscreen, sans-serif;
}