@font-face {
  font-family: 'custom-fonts';
  src:  url('fonts/custom-fonts.eot?mehyjk');
  src:  url('fonts/custom-fonts.eot?mehyjk#iefix') format('embedded-opentype'),
    url('fonts/custom-fonts.ttf?mehyjk') format('truetype'),
    url('fonts/custom-fonts.woff?mehyjk') format('woff'),
    url('fonts/custom-fonts.svg?mehyjk#custom-fonts') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-custom"], [class*=" icon-custom"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom-fonts' !important;
  speak: never;
  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-customangle-lefts:before {
  content: "\e900";
}
.icon-customangle-rights:before {
  content: "\e901";
}
.icon-customlight-plus:before {
  content: "\e902";
}
