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

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hch' !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-special-close-button:before {
  content: "\e900";
}

.icon-special-left-arrow:before {
  content: "\e901";
  color: #4b4a4c;
}

.icon-special-right-arrow:before {
  content: "\e902";
  color: #4b4a4c;
}