@font-face {
  font-family: 'recharge';
  src:  url('../../fonts/recharge.eot?gx4oiy');
  src:  url('../fonts/recharge.eot?gx4oiy#iefix') format('embedded-opentype'),
    url('../../fonts/recharge.ttf?gx4oiy') format('truetype'),
    url('../../fonts/recharge.woff?gx4oiy') format('woff'),
    url('../../fonts/recharge.svg?gx4oiy#recharge') 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: 'recharge' !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-flash-drive:before {
  content: "\e900";
}
.icon-invoice:before {
  content: "\e901";
}
.icon-invoice2:before {
  content: "\e902";
}
.icon-money:before {
  content: "\e903";
}
.icon-satellite-dish:before {
  content: "\e904";
}
.icon-smartphone:before {
  content: "\e905";
}

