/* Add other font styles (italic, bold italic, etc.) as needed */

@font-face {
  font-family: 'Orbition';
  src: url('../fonts/Orbitron/static/Orbitron-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbition', sans-serif;
}

header a {
  font-family: 'Orbition', sans-serif;
}

.hero {
    color: white;
}
