@import url('https://fonts.googleapis.com/css?family=Roboto:400,300');
@font-face {
    font-family: "Orbitron";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/orbitron/Orbitron-Bold.eot");
    src: url("../fonts/orbitron/Orbitron-Bold.woff2") format("woff2"), 
        url("../fonts/orbitron/Orbitron-Bold.woff") format("woff"),
        url("../fonts/orbitron/Orbitron-Bold.ttf") format("truetype"),
        url("../fonts/orbitron/Orbitron-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/orbitron/Orbitron-Bold.svg#Orbitron-Bold") format("svg");
}
@font-face {
    font-family: "Orbitron";
    font-weight: lighter;
    font-style: normal;
    src: url("../fonts/orbitron/Orbitron-Light.eot");
    src: url("../fonts/orbitron/Orbitron-Light.woff2") format("woff2"), 
        url("../fonts/orbitron/Orbitron-Light.woff") format("woff"),
        url("../fonts/orbitron/Orbitron-Light.ttf") format("truetype"),
        url("../fonts/orbitron/Orbitron-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/orbitron/Orbitron-Light.svg#Orbitron-Light") format("svg");
}
@font-face {
    font-family: "Orbitron";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/orbitron/Orbitron-Medium.eot");
    src: url("../fonts/orbitron/Orbitron-Medium.woff2") format("woff2"), 
        url("../fonts/orbitron/Orbitron-Medium.woff") format("woff"),
        url("../fonts/orbitron/Orbitron-Medium.ttf") format("truetype"),
        url("../fonts/orbitron/Orbitron-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/orbitron/Orbitron-Medium.svg#Orbitron-Medium") format("svg");
}
@font-face {
    font-family: "Michroma";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/michroma/Michroma.eot");
    src: url("../fonts/michroma/Michroma.woff2") format("woff2"), 
        url("../fonts/michroma/Michroma.woff") format("woff"),
        url("../fonts/michroma/Michroma.ttf") format("truetype"),
        url("../fonts/michroma/Michroma.eot?#iefix") format("embedded-opentype"),
        url("../fonts/michroma/Michroma.svg#Michroma") format("svg");
}

.orb-bold {
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
}

.orb-light {
    font-family: 'Orbitron', sans-serif;
    font-weight: lighter;
}

.org-normal {
    font-family: 'Orbitron', sans-serif;
    font-weight: normal;
}

.michroma {
    font-family: 'Michroma', sans-serif;
    font-weight: normal;
}