@font-face {
    font-family: 'Orbitron';
    src: url('/themes/i/fonts/Orbitron-Regular.woff2') format('woff2'),
         url('/fonts/Orbitron-Regular.woff') format('woff'),
         url('/themes/i/fonts/Orbitron-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('/themes/i/fonts/RobotoMono-Regular.woff2') format('woff2'),
         url('/themes/i/fonts/RobotoMono-Regular.woff') format('woff'),
         url('/themes/i/fonts/RobotoMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.futuristic-h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 2rem;
  
}
