@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?nu9pkb');
  src:  url('fonts/icomoon.eot?nu9pkb#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?nu9pkb') format('truetype'),
    url('fonts/icomoon.woff?nu9pkb') format('woff'),
    url('fonts/icomoon.svg?nu9pkb#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: 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-play:before {
  content: "\e912";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-mic:before {
  content: "\e91e";
}
.icon-coin-dollar:before {
  content: "\e93b";
}
.icon-coin-euro:before {
  content: "\e93c";
}
.icon-coin-pound:before {
  content: "\e93d";
}
.icon-coin-yen:before {
  content: "\e93e";
}
.icon-stats-dots:before {
  content: "\e99b";
}
.icon-stats-bars:before {
  content: "\e99c";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-arrow-up-right:before {
  content: "\ea33";
}
