@font-face {
  font-family: 'nordzco-hostess-icons';
  src:
    url('fonts/nordzco-hostess-icons.woff2?ekkhhn') format('woff2'),
    url('fonts/nordzco-hostess-icons.ttf?ekkhhn') format('truetype'),
    url('fonts/nordzco-hostess-icons.woff?ekkhhn') format('woff'),
    url('fonts/nordzco-hostess-icons.svg?ekkhhn#nordzco-hostess-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.nh-icon-two-dots:before {
  content: "\e908";
}
.nh-icon-nordzco-linkedin:before {
  content: "\e907";
}
.nh-icon-nordzco-facebook:before {
  content: "\e900";
}
.nh-icon-nordzco-arrow-prev:before {
  content: "\e902";
}
.nh-icon-nordzco-arrow-next:before {
  content: "\e901";
}
.nh-icon-nordzco-email:before {
  content: "\e903";
}
.nh-icon-nordzco-instagram:before {
  content: "\e904";
}
.nh-icon-nordzco-marker:before {
  content: "\e905";
}
.nh-icon-nordzco-phone:before {
  content: "\e906";
}
.nh-icon-nordzco-home:before {
  content: "\e909";
}
.nh-icon-nordzco-popup:before {
  content: "\e90a";
}
