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

.icon-hg {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hgond-icons' !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-hg-call:before {
  content: "\e900";
}
.icon-hg-call-back:before {
  content: "\e901";
}
.icon-hg-chat:before {
  content: "\e902";
}
.icon-hg-contact:before {
  content: "\e903";
}
.icon-hg-offices:before {
  content: "\e904";
}
