 /* Inter Variable Font */
 @font-face {
    font-family: 'Inter';
    src: url('/app-assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('/app-assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

/* Orbitron Variable Font */
@font-face {
    font-family: 'Orbitron';
    src: url('/app-assets/fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 900;
    font-style: normal;
}