/* =====================================
   FONTS.CSS
   1. Hellios Gothic
   2. Thunderstrike Half
   3. Orbitron
   4. Noto Sans
   ===================================== */

@font-face {
  font-family: 'Hellios Gothic';
  src: url('hellios-gothic.woff2') format('woff2'),
       url('hellios-gothic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Thunderstrike Half';
  src: url('thunderstrikehalf.woff2') format('woff2'),
       url('thunderstrikehalf.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('orbitron-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('noto-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('noto-sans-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
