@font-face {
    font-family: 'icomoon';
    src:
            url('../fonts/icomoon.ttf?m4kv0u') format('truetype'),
            url('../fonts/icomoon.woff?m4kv0u') format('woff'),
            url('../fonts/icomoon.svg?m4kv0u#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-github:before {
    content: "\f09b";
}
.icon-arrow-circle-down:before {
    content: "\f0ab";
}
.icon-circle:before {
    content: "\f111";
}
.icon-arrow-circle-o-right:before {
    content: "\f18e";
}
.icon-cc-visa:before {
    content: "\f1f0";
}
.icon-cc-mastercard:before {
    content: "\f1f1";
}
.icon-cc-discover:before {
    content: "\f1f2";
}
.icon-cc-amex:before {
    content: "\f1f3";
}
.icon-cc-jcb:before {
    content: "\f24b";
}
.icon-cc-diners-club:before {
    content: "\f24c";
}
.icon-credit-card-alt:before {
    content: "\f283";
}
.icon-question-circle-o:before {
    content: "\f29c";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-weibo:before {
    content: "\f18a";
}
.icon-codepen:before {
    content: "\f1cb";
}
.icon-linkedin:before {
    content: "\eac9";
}
