@font-face {
  font-family: 'HY-icon';
  src:
    url('fonts/HY-icon.ttf?2gwvph') format('truetype'),
    url('fonts/HY-icon.woff?2gwvph') format('woff'),
    url('fonts/HY-icon.svg?2gwvph#HY-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="iconHY-"], [class*=" iconHY-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'HY-icon' !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;
}

.iconHY-arrow-left:before {
  content: "\e904";
}
.iconHY-arrow-right:before {
  content: "\e905";
}
.iconHY-arrow-up:before {
  content: "\e906";
}
.iconHY-arrow-down:before {
  content: "\e907";
}
.iconHY-angle-down:before {
  content: "\e900";
}
.iconHY-angle-left:before {
  content: "\e901";
}
.iconHY-angle-right:before {
  content: "\e902";
}
.iconHY-angle-up:before {
  content: "\e903";
}
.iconHY-close:before {
  content: "\e908";
}
.iconHY-facebook:before {
  content: "\e909";
}
.iconHY-instagram:before {
  content: "\e90a";
}
.iconHY-location:before {
  content: "\e90b";
}
.iconHY-star:before {
  content: "\e90c";
}
.iconHY-x:before {
  content: "\e90d";
}
