@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?z3hde1');
  src:  url('fonts/icomoon.eot?z3hde1#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?z3hde1') format('truetype'),
    url('fonts/icomoon.woff?z3hde1') format('woff'),
    url('fonts/icomoon.svg?z3hde1#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-number:before {
  content: "\e900";
}
.icon-home_share:before {
  content: "\e901";
}
.icon-voicenumber:before {
  content: "\e902";
}
.icon-playtime:before {
  content: "\e904";
}
.icon-time:before {
  content: "\e903";
}
.icon-stop:before {
  content: "\e905";
}
.icon-play:before {
  content: "\e906";
}
.icon-search:before {
  content: "\e907";
}
.icon-share:before {
  content: "\e908";
}
.icon-download:before {
  content: "\e909";
}

