@font-face {
  font-family: "Orbitron";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/orbitron-500.ttf") format("truetype");
}

@font-face {
  font-family: "Orbitron";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/orbitron-700.ttf") format("truetype");
}

@font-face {
  font-family: "Orbitron";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/orbitron-800.ttf") format("truetype");
}

@font-face {
  font-family: "Orbitron";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./assets/fonts/orbitron-900.ttf") format("truetype");
}

@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/exo2-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/exo2-regular-500.ttf") format("truetype");
}

@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/exo2-regular-700.ttf") format("truetype");
}

@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/exo2-regular-800.ttf") format("truetype");
}

@font-face {
  font-family: "Exo 2";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/exo2-italic-400.ttf") format("truetype");
}

@font-face {
  font-family: "Exo 2";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/exo2-italic-500.ttf") format("truetype");
}

@font-face {
  font-family: "Exo 2";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/exo2-italic-700.ttf") format("truetype");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/spacegrotesk-400.ttf") format("truetype");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/spacegrotesk-500.ttf") format("truetype");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/spacegrotesk-700.ttf") format("truetype");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/jetbrainsmono-500.ttf") format("truetype");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/jetbrainsmono-700.ttf") format("truetype");
}
