@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?p3f52i");
    src:
        url("fonts/icomoon.eot?p3f52i#iefix") format("embedded-opentype"),
        url("fonts/icomoon.ttf?p3f52i") format("truetype"),
        url("fonts/icomoon.woff?p3f52i") format("woff"),
        url("fonts/icomoon.svg?p3f52i#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    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-book-open:before {
    content: "\e902";
}
.icon-chevron-left:before {
    content: "\e904";
}
.icon-chevron-right:before {
    content: "\e905";
}
.icon-command:before {
    content: "\e906";
}
.icon-x:before {
    content: "\e907";
}
.icon-search:before {
    content: "\e903";
}
.icon-left-quote:before {
    content: "\e900";
}
.icon-right-quote:before {
    content: "\e901";
}
