/* Override the broken path in theme.min.css and ensure icons font family is applied */
@font-face {
  font-family: 'icons';
  src: url('../fonts/hotel-icons.eot');
  src: url('../fonts/hotel-icons.eot#iefix') format('embedded-opentype'),
       url('../fonts/hotel-icons.woff') format('woff'),
       url('../fonts/hotel-icons.ttf') format('truetype'),
       url('../fonts/hotel-icons.svg#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.hicon {
  font-family: 'icons' !important;
  font-weight: normal !important;
}
