@font-face {
  font-family: 'brio_font';
  src:  url('../fonts/brio_font.eot?ggl38f');
  src:  url('../fonts/brio_font.eot?ggl38f#iefix') format('embedded-opentype'),
    url('../fonts/brio_font.ttf?ggl38f') format('truetype'),
    url('../fonts/brio_font.woff?ggl38f') format('woff'),
    url('../fonts/brio_font.svg?ggl38f#brio_font') 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: 'brio_font' !important;
  speak: none;
  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-about:before {
  content: "\e900";
}
.icon-amenities:before {
  content: "\e901";
}
.icon-faq:before {
  content: "\e902";
}
.icon-howto:before {
  content: "\e903";
}
