/* Font */
@font-face {
    font-family: 'Moonstrat';
    src: url('../fonts/montserrat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/public-sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orbitron';
    src: url('../fonts/orbitron.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/exo2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Questrial';
    src: url('../fonts/questrial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.orbitron-font {
    font-family: 'Orbitron', sans-serif;
}

.exo2-font {
    font-family: 'Exo 2', sans-serif;
}

.questrial-font {
    font-family: 'Questrial', sans-serif;
}


.moonstrat-font {
    font-family: 'Moonstrat', sans-serif;
}

.poppins-font {
    font-family: 'Poppins', sans-serif;
}

.publicsans-font {
    font-family: 'Public Sans', sans-serif;
}

.opensans-font {
    font-family: 'Open Sans', sans-serif;
}
