@font-face {
  font-family: 'iconfont';
  src:  url('../fonts/iconfont.eot?fvho1n');
  src:  url('../fonts/iconfont.eot?fvho1n#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.ttf?fvho1n') format('truetype'),
    url('../fonts/iconfont.woff?fvho1n') format('woff'),
    url('../fonts/iconfont.svg?fvho1n#iconfont') 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: 'iconfont' !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-bed:before {
  content: "\e900";
}
.icon-comp:before {
  content: "\e901";
}
.icon-mail:before {
  content: "\e902";
}
.icon-mic:before {
  content: "\e903";
}
.icon-iron:before {
  content: "\e951";
}
.icon-kettle:before {
  content: "\e952";
}
.icon-speaker:before {
  content: "\e953";
}
.icon-hairdryer:before {
  content: "\e954";
}
.icon-toiletries:before {
  content: "\e955";
}
.icon-tv:before {
  content: "\e956";
}
.icon-wifi:before {
  content: "\e957";
}
