@font-face {
    font-family: 'icomoon';
    src:
            url('../fonts/icomoon.ttf?9vkyw4') format('truetype'),
            url('../fonts/icomoon.woff?9vkyw4') format('woff'),
            url('../fonts/icomoon.svg?9vkyw4#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-mic4:before {
    content: "\e98e";
}
.icon-coin-dollar:before {
    content: "\ea0b";
}
.icon-question4:before {
    content: "\ed56";
}
.icon-mail4:before {
    content: "\eee5";
}
.icon-twitter:before {
    content: "\eef5";
}
.icon-arrow-right2:before {
    content: "\edbc";
}
.icon-arrow-left2:before {
    content: "\edc4";
}