/* Exo 2 Variable */
@font-face {
font-family: 'Exo 2';
src: url('../font/Exo2-VariableFont_wght.ttf') format('truetype');
font-weight: 100 900;
font-style: normal;
}

/* Exo 2 Variable Italic */
@font-face {
font-family: 'Exo 2';
src: url('../font/Exo2-Italic-VariableFont_wght.ttf') format('truetype');
font-weight: 100 900;
font-style: italic;
}

/* Orbitron Variable - Used for the blue info text */
@font-face {
font-family: 'Orbitron';
src: url('../font/Orbitron-VariableFont_wght.ttf') format('truetype');
font-weight: 400 900;
font-style: normal;
}