/**
 * fonts.css
 */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* Menu & Header Text */
@font-face {
  font-family: 'Orbitron';
  src: url('Orbitron-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Button Text */
@font-face {
  font-family: 'Arial Narrow';
  src: url('ArialNarrow.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Body Text */
@font-face {
  font-family: 'Roboto';
  src: url('Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*
@font-face {
  font-family: 'Eurostile';
  src: url('Eurostile.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
*/
