/* Self-hosted font definitions */
@font-face {
  font-family: 'Exo2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Exo2-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'Exo2';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Exo2-Italic-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
} 
@font-face {
  font-family: 'Sansation';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Sansation-Regular.ttf') format('truetype');
} 
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Outfit-VariableFont_wght.ttf') format('truetype');
} 