@font-face {
  font-family: 'custom';
  src:  url('fonts/custom.eot?hhz2jb');
  src:  url('fonts/custom.eot?hhz2jb#iefix') format('embedded-opentype'),
    url('fonts/custom.ttf?hhz2jb') format('truetype'),
    url('fonts/custom.woff?hhz2jb') format('woff'),
    url('fonts/custom.svg?hhz2jb#custom') 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' !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-customcard:before {
  content: "\e901";
}
.icon-customlocation:before {
  content: "\e902";
}
.icon-customphone:before {
  content: "\e904";
}
.icon-customtop:before {
  content: "\e905";
}
.icon-customemail:before {
  content: "\e907";
}
.icon-customarrow-right:before {
  content: "\e900";
}
