@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?tue8ex');
    src:    url('fonts/icomoon.eot?tue8ex#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?tue8ex') format('truetype'),
        url('fonts/icomoon.woff?tue8ex') format('woff'),
        url('fonts/icomoon.svg?tue8ex#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-document:before {
    content: "\e900";
}
.icon-documents:before {
    content: "\e901";
}
.icon-home:before {
    content: "\e902";
}
.icon-image-inverted:before {
    content: "\e903";
}
.icon-image:before {
    content: "\e904";
}
.icon-images:before {
    content: "\e905";
}
.icon-lock:before {
    content: "\e906";
}
.icon-magnifying-glass:before {
    content: "\e601";
}
.icon-mail:before {
    content: "\e907";
}
.icon-pencil:before {
    content: "\e908";
}
.icon-text-document:before {
    content: "\e909";
}
.icon-users:before {
    content: "\e600";
}

