@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3ljbdr');
  src:  url('fonts/icomoon.eot?3ljbdr#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3ljbdr') format('truetype'),
    url('fonts/icomoon.woff?3ljbdr') format('woff'),
    url('fonts/icomoon.svg?3ljbdr#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-coin-dollar:before {
  content: "\e93b";
}
.icon-user-check:before {
  content: "\e975";
}
.icon-cog:before {
  content: "\e994";
}
.icon-stats-dots:before {
  content: "\e99b";
}
.icon-trophy:before {
  content: "\e99e";
}
.icon-lab:before {
  content: "\e9aa";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
