@font-face {
  font-family: 'Orbitron';
  src: url('./Orbitron/Orbitron-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Signika';
  src: url('./Signika/Signika-VariableFont_GRAD,wght.ttf') format('truetype');
  font-weight: 300 700;
  font-display: swap;
  font-style: normal;
}

.orbitron {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.signika {
  font-family: "Signika", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}