/* Orbitron */
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/orbitron-v35-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/orbitron-v35-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../fonts/orbitron-v35-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

/* Inter */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Apply to your ecosystem */
body {
    font-family: 'Inter', sans-serif;
}
h1, h2, h3 {
    font-family: 'Orbitron', sans-serif;
}