@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: 'Exo2';
  font-style: normal;
  font-weight: 300;
  src: url('/static/fonts/Exo2-Light.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/Exo2-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Exo2';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/Exo2-medium.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  font-style: normal;
  font-weight: 600;
  src: url('/static/fonts/Exo2-Semibold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Exo2';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/Exo2-Bold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Exo2';
  font-style: normal;
  font-weight: 900;
  src: url('/static/fonts/Exo2-Black.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');
} */

.exo2 {
  font-family: Exo2, sans-serif;
}