@font-face {
    font-family: 'icomoon';
    src: url('/Assets/fonts/icomoon.eot?w9f1yd');
    src: url('/Assets/fonts/icomoon.eot?w9f1yd#iefix') format('embedded-opentype'), url('/Assets/fonts/icomoon.ttf?w9f1yd') format('truetype'), url('/Assets/fonts/icomoon.woff?w9f1yd') format('woff'), url('/Assets/fonts/icomoon.svg?w9f1yd#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;
    speak: never;
    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-east:before {
    content: "\e900";
}

.icon-west:before {
    content: "\e901";
}

.icon-chevron-right:before {
    content: "\e902";
}

.icon-plus:before {
    content: "\e904";
}

.icon-x:before {
    content: "\e903";
}
