@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?1vuho3');
    src:    url('fonts/icomoon.eot?1vuho3#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?1vuho3') format('truetype'),
        url('fonts/icomoon.woff?1vuho3') format('woff'),
        url('fonts/icomoon.svg?1vuho3#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-file-empty:before {
    content: "\e924";
}
.icon-file-text2:before {
    content: "\e926";
}
.icon-file-pdf:before {
    content: "\eadf";
}
.icon-file-word:before {
    content: "\eae1";
}
.icon-file-excel:before {
    content: "\eae2";
}

