@font-face {
  font-family: 'file-icons';
  src:
    url('../fonts/file-icons.ttf?73bspq') format('truetype'),
    url('../fonts/file-icons.woff?73bspq') format('woff'),
    url('../fonts/file-icons.svg?73bspq#file-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

i[class^='file-'] {
  font-family: 'file-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.file-power-point:before {
  content: "\f1c4";
}
.file-code:before {
  content: "\f1c9";
}
.file-empty:before {
  content: "\e924";
}
.file-text:before {
  content: "\e926";
}
.file-picture:before {
  content: "\e927";
}
.file-music:before {
  content: "\e928";
}
.file-video:before {
  content: "\e929";
}
.file-archive:before {
  content: "\e92b";
}
.file-pdf:before {
  content: "\eadf";
}
.file-open-office:before {
  content: "\eae0";
}
.file-word:before {
  content: "\eae1";
}
.file-excel:before {
  content: "\eae2";
}
