@font-face {
    font-family: 'Rajdhani';
    src: url('../Fonts/Rajdhani/Rajdhani-Regular.woff2') format('woff2'),
         url('../Fonts/Rajdhani/Rajdhani-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../Fonts/Rajdhani/Rajdhani-Bold.woff2') format('woff2'),
         url('../Fonts/Rajdhani/Rajdhani-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../Fonts/Orbitron/static/Orbitron-Regular.woff2') format('woff2'),
       url('../Fonts/Orbitron/static/Orbitron-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Press Start 2P';
  src: url('../Fonts/Press_Start_2P/PressStart2P-Regular.woff2') format('woff2'),
       url('../Fonts/Press_Start_2P/PressStart2P-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}