@font-face {
    font-family: 'Orbitron';
    src: url('./Fonts/Orbitron/Orbitron-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Orbitron';
    src: url('./Fonts/Orbitron/Orbitron-Medium.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Orbitron';
    src: url('./Fonts/Orbitron/Orbitron-SemiBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: 'Orbitron';
    src: url('./Fonts/Orbitron/Orbitron-Bold.ttf') format('truetype');
    font-weight: 1000;
    font-style: bold;
  }

  @font-face {
    font-family: 'Orbitron';
    src: url('./Fonts/Orbitron/Orbitron-ExtraBold.ttf') format('truetype');
    font-weight: 1100;
    font-style: bold;
  }

  @font-face {
    font-family: 'Orbitron';
    src: url('./Fonts/Orbitron/Orbitron-Black.ttf') format('truetype');
    font-weight: 1400;
    font-style: bold;
  }

