@font-face {
  font-family: 'icomoon';
  src:  url('./icomoon.eot?xp1it7');
  src:  url('./icomoon.eot?xp1it7#iefix') format('embedded-opentype'),
    url('./icomoon.ttf?xp1it7') format('truetype'),
    url('./icomoon.woff?xp1it7') format('woff'),
    url('./icomoon.svg?xp1it7#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-video-camera:before {
  content: "\e914";
}
.icon-display:before {
  content: "\e956";
}
.icon-enlarge:before {
  content: "\e989";
}
.icon-shrink:before {
  content: "\e98a";
}
.icon-cogs:before {
  content: "\e995";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-stop:before {
  content: "\ea17";
}
.icon-volume-high:before {
  content: "\ea26";
}
.icon-volume-mute2:before {
  content: "\ea2a";
}
