/* ── ORBITRON ── */
@font-face {
  font-family: 'Orbitron';
  src: url('Orbitron-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Orbitron';
  src: url('Orbitron-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Orbitron';
  src: url('Orbitron-Black.ttf') format('truetype');
  font-weight: 900;
}

/* ── EXO 2 ── */
@font-face {
  font-family: 'Exo 2';
  src: url('Exo2-Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Exo 2';
  src: url('Exo2-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Exo 2';
  src: url('Exo2-SemiBold.ttf') format('truetype');
  font-weight: 600;
}

