@font-face {
    font-family: "filetypes";
    src: url("fonts/filetypes.eot?495ptc");
    src:
        url("fonts/filetypes.eot?495ptc#iefix") format("embedded-opentype"),
        url("fonts/filetypes.ttf?495ptc") format("truetype"),
        url("fonts/filetypes.woff?495ptc") format("woff"),
        url("fonts/filetypes.svg?495ptc#filetypes") 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: "filetypes" !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-file-other:before {
    content: "\e924";
}
.icon-file-text:before {
    content: "\e926";
}
.icon-file-picture:before {
    content: "\e927";
}
.icon-file-music:before {
    content: "\e928";
}
.icon-file-video:before {
    content: "\e929";
}
.icon-file-compressed:before {
    content: "\e92b";
}
.icon-file-pdf:before {
    content: "\eadf";
}
.icon-file-binary:before {
    content: "\eae3";
}
