@font-face {
    font-family: 'Core Icon';
    src: url(../fonts/coreicons/coreicons.woff) format('woff')
}

[class^="core-icon-"], [class*=" core-icon-"] {
    display: inline-block;
    font-family: 'Core Icon';
    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;
}

.core-icon-back:before {
    content: "\e900";
}
.core-icon-search:before {
    content: "\e901";
}
.core-icon-message:before {
    content: "\e902";
}
.core-icon-next:before {
    content: "\e903";
}
.core-icon-phone:before {
    content: "\e904";
}
.core-icon-placeholder:before {
    content: "\e905";
}
.core-icon-cart:before {
    content: "\e906";
}
.core-icon-watch:before {
    content: "\e907";
}
.core-icon-quote:before {
    content: "\e908";
}