/* Orbitron Font Definition */
@font-face {
  font-family: "Orbitron";
  src: url("./orbitron-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

/* Instructions for manual font download:
   1. Download the Orbitron font files from: https://www.1001freefonts.com/orbitron.font
   2. Save the .ttf files as 'orbitron-regular.ttf', 'orbitron-medium.ttf', 'orbitron-bold.ttf', and 'orbitron-black.ttf' in this same directory
   3. The font will then be available for use in the application even if Google Fonts is not accessible
*/