@font-face {
  font-family: 'documents';
  src:  url('fonts/documents.eot?88x5x1');
  src:  url('fonts/documents.eot?88x5x1#iefix') format('embedded-opentype'),
    url('fonts/documents.ttf?88x5x1') format('truetype'),
    url('fonts/documents.woff?88x5x1') format('woff'),
    url('fonts/documents.svg?88x5x1#documents') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="doc-icon-"], [class*="doc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'documents' !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;
}

.doc-icon-cdr:before {
  content: "\e900";
}
.doc-icon-doc:before {
  content: "\e901";
}
.doc-icon-docx:before {
  content: "\e902";
}
.doc-icon-pdf:before {
  content: "\e903";
}
.doc-icon-png:before {
  content: "\e904";
}
.doc-icon-psd:before {
  content: "\e905";
}
.doc-icon-rar:before {
  content: "\e906";
}
.doc-icon-svg:before {
  content: "\e907";
}
.doc-icon-xml:before {
  content: "\e908";
}
.doc-icon-zip:before {
  content: "\e909";
}
