@font-face {
  font-family: 'icomoon';
  src:  url('/dist/fonts/icomoon-home.eot');
  src:  url('/dist/fonts/icomoon-home.eot') format('embedded-opentype'),
    url('/dist/fonts/icomoon-home.ttf') format('truetype'),
    url('/dist/fonts/icomoon-home.woff') format('woff'),
    url('/dist/fonts/icomoon-home.svg') 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-candlestics:before {
  content: "\e900";
}
.icon-commodities:before {
  content: "\e901";
}
.icon-commodities-oil:before {
  content: "\e902";
}
.icon-crypto:before {
  content: "\e903";
}
.icon-forex:before {
  content: "\e904";
}
.icon-global-currencies:before {
  content: "\e905";
}
.icon-ipo:before {
  content: "\e906";
}
.icon-stocks:before {
  content: "\e907";
}
