/* This stylesheet uses Orbitron font, licensed under SIL Open Font License, Version 1.1 */

/* Import Orbitron font weights */
@font-face {
    font-family: "Orbitron";
    src: url("../fonts/Orbitron Light.otf") format("opentype"),
        url("../fonts/Orbitron Light.ttf") format("truetype");
    font-weight: 300;
    /* Light weight */
}

@font-face {
    font-family: "Orbitron";
    src: url("../fonts/Orbitron Medium.otf") format("opentype"),
        url("../fonts/Orbitron Medium.ttf") format("truetype");
    font-weight: 500;
    /* Medium weight */
}

@font-face {
    font-family: "Orbitron";
    src: url("../fonts/Orbitron Bold.otf") format("opentype"),
        url("../fonts/Orbitron Bold.ttf") format("truetype");
    font-weight: 700;
    /* Bold weight */
}

@font-face {
    font-family: "Orbitron";
    src: url("../fonts/Orbitron Black.otf") format("opentype"),
        url("../fonts/Orbitron Black.ttf") format("truetype");
    font-weight: 900;
    /* Black weight */
}