/* Local Orbitron font faces */
@font-face {
  font-family: 'Orbitron';
  src: url('../assets/fonts/Orbitron/Orbitron-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Fallback specific weights if variable file not available */
@font-face {
  font-family: 'Orbitron';
  src: url('../assets/fonts/Orbitron/Orbitron-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../assets/fonts/Orbitron/Orbitron-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Local Arimo font faces */
@font-face {
  font-family: 'Arimo';
  src: url('../assets/fonts/Arimo/Arimo-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('../assets/fonts/Arimo/Arimo-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arimo';
  src: url('../assets/fonts/Arimo/Arimo-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('../assets/fonts/Orbitron/Orbitron-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

