@font-face {
  font-family: 'house';
  src:  url('fonts/house.eot?y5yvnd');
  src:  url('fonts/house.eot?y5yvnd#iefix') format('embedded-opentype'),
    url('fonts/house.ttf?y5yvnd') format('truetype'),
    url('fonts/house.woff?y5yvnd') format('woff'),
    url('fonts/house.svg?y5yvnd#house') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.house-doors:before {
  content: "\e900";
}
.house-gutter:before {
  content: "\e901";
}
.house-roofing:before {
  content: "\e902";
}
.house-siding:before {
  content: "\e903";
}
.house-windows:before {
  content: "\e904";
}
