@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?8p3va3');
    src:    url('fonts/icomoon.eot?8p3va3#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?8p3va3') format('truetype'),
        url('fonts/icomoon.woff?8p3va3') format('woff'),
        url('fonts/icomoon.svg?8p3va3#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-home:before {
    content: "\e900";
}
.icon-pencil:before {
    content: "\e905";
}
.icon-stack:before {
    content: "\e92e";
}
.icon-cart:before {
    content: "\e93a";
}
.icon-coin-dollar:before {
    content: "\e93b";
}
.icon-lifebuoy:before {
    content: "\e941";
}
.icon-wrench:before {
    content: "\e991";
}
.icon-magic-wand:before {
    content: "\e997";
}
.icon-bin:before {
    content: "\e9ac";
}
.icon-grin:before {
    content: "\e9e9";
}
.icon-angry:before {
    content: "\e9ed";
}
.icon-wondering:before {
    content: "\e9fb";
}
.icon-notification:before {
    content: "\ea08";
}
.icon-share2:before {
    content: "\ea82";
}
.icon-mail:before {
    content: "\ea83";
}

