@font-face {
    font-family: 'icomoon';
    src:  url('/fonts/icomoon.eot?aotjjv');
    src:  url('/fonts/icomoon.eot?aotjjv#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?aotjjv') format('truetype'),
    url('/fonts/icomoon.woff?aotjjv') format('woff'),
    url('/fonts/icomoon.svg?aotjjv#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-dots-horizontal-triple:before {
    content: "\e900";
}
.icon-file-empty:before {
    content: "\e924";
}
.icon-user:before {
    content: "\e971";
}
.icon-lock:before {
    content: "\e98f";
}
.icon-equalizer:before {
    content: "\e992";
}
.icon-stats-bars:before {
    content: "\e99c";
}
.icon-earth:before {
    content: "\e9ca";
}
.icon-plus:before {
    content: "\ea0a";
}
.icon-minus:before {
    content: "\ea0b";
}
.icon-cross:before {
    content: "\ea0f";
}
.icon-checkmark:before {
    content: "\ea10";
}
.icon-circle-right:before {
    content: "\ea42";
}
.icon-circle-left:before {
    content: "\ea44";
}
