@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?w6v5db');
  src:  url('fonts/icomoon.eot?w6v5db#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?w6v5db') format('truetype'),
    url('fonts/icomoon.woff?w6v5db') format('woff'),
    url('fonts/icomoon.svg?w6v5db#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-keyboard_arrow_right:before {
  content: "\e900";
}
.icon-video-camera:before {
  content: "\e914";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-display:before {
  content: "\e956";
}
.icon-bubbles:before {
  content: "\e96c";
}
.icon-download2:before {
  content: "\e9c5";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-volume-high:before {
  content: "\ea26";
}
.icon-new-tab:before {
  content: "\ea7e";
}
