/*
  Icon Font: fontcustom
*/

@font-face {
  font-family: "fontcustom";
  src: url("../fonts/fontcustom.eot");
  src: url("../fonts/fontcustom.eot?#iefix") format("embedded-opentype"),
       url("../fonts/fontcustom.woff2") format("woff2"),
       url("../fonts/fontcustom.woff") format("woff"),
       url("../fonts/fontcustom.ttf") format("truetype"),
       url("../fonts/fontcustom.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "fontcustom";
    src: url("../fonts/fontcustom.svg#fontcustom") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.itg-icon-broadband:before,
.itg-icon-bundle:before,
.itg-icon-fixed:before,
.itg-icon-mobile:before,
.itg-icon-monitor:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.itg-icon-broadband:before { content: "\f101"; }
.itg-icon-bundle:before { content: "\f102"; }
.itg-icon-fixed:before { content: "\f103"; }
.itg-icon-mobile:before { content: "\f104"; }
.itg-icon-monitor:before { content: "\f105"; }
