@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?p46uw7');
  src:  url('fonts/icomoon.eot?p46uw7#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?p46uw7') format('truetype'),
    url('fonts/icomoon.woff?p46uw7') format('woff'),
    url('fonts/icomoon.svg?p46uw7#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-home:before {
  content: "\e900";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-pencil:before {
  content: "\e905";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-pen:before {
  content: "\e908";
}
.icon-image:before {
  content: "\e90d";
}
.icon-library:before {
  content: "\e921";
}
.icon-menu3:before {
  content: "\e9bf";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
.icon-backward2:before {
  content: "\ea1f";
}
.icon-forward3:before {
  content: "\ea20";
}
.icon-eject:before {
  content: "\ea25";
}

