@font-face {
    font-family: 'icomoon';
    src: url(assets/fonts/icomoon.eot?6tt51o);
    src: url(assets/fonts/icomoon.eot?6tt51o#iefix) format('embedded-opentype'), url(assets/fonts/icomoon.ttf?6tt51o) format('truetype'), url(assets/fonts/icomoon.woff?6tt51o) format('woff'), url(assets/fonts/icomoon.svg?6tt51o#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-question_answer:before {
    content: "\e900";
}

.icon-embed2:before {
    content: "\ea80";
}

.icon-cogs:before {
    content: "\e995";
}

.icon-github:before {
    content: "\eab0";
}

.icon-linkedin:before {
    content: "\eac9";
}

.icon-envelope:before {
    content: "\e901";
}