@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?wg1r9i');
  src:  url('fonts/icomoon.eot?wg1r9i#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?wg1r9i') format('truetype'),
    url('fonts/icomoon.woff?wg1r9i') format('woff'),
    url('fonts/icomoon.svg?wg1r9i#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-pencil:before {
  content: "\e905";
}
.icon-book:before {
  content: "\e91f";
}
.icon-books:before {
  content: "\e920";
}
.icon-folder-open:before {
  content: "\e930";
}
.icon-folder-download:before {
  content: "\e933";
}
.icon-download:before {
  content: "\e960";
}
.icon-briefcase:before {
  content: "\e9ae";
}
.icon-cloud-download:before {
  content: "\e9c2";
}
.icon-download2:before {
  content: "\e9c5";
}

