@font-face {
    font-family: 'icomoon';
    src:    url('../../fonts/icomoon.eot?xv7rml');
    src:    url('../../fonts/icomoon.eot?xv7rml#iefix') format('embedded-opentype'),
        url('../../fonts/icomoon.ttf?xv7rml') format('truetype'),
        url('../../fonts/icomoon.woff?xv7rml') format('woff'),
        url('../../fonts/icomoon.svg?xv7rml#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\e900";
}
.icon-medal:before {
    content: "\e901";
}
.icon-envelope:before {
    content: "\e902";
}
.icon-location:before {
    content: "\e903";
}
.icon-wrench:before {
    content: "\e904";
}
.icon-rocket:before {
    content: "\e905";
}
.icon-eye:before {
    content: "\e906";
}
.icon-star-outline:before {
    content: "\e907";
}
.icon-star:before {
    content: "\e908";
}
.icon-infinite:before {
    content: "\e909";
}
.icon-arrow-right:before {
    content: "\e90a";
}
.icon-console:before {
    content: "\e90b";
}
.icon-github:before {
    content: "\e90c";
}

