@charset "UTF-8";

[data-icon]:before {
  font-family: "houseicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="houseicons-"]:before,
[class*=" houseicons-"]:before {
  font-family: "houseicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.houseicons-wind:before {
  content: "\e900";
}

.houseicons-water:before {
  content: "\e901";
}

.houseicons-fire:before {
  content: "\e902";
}

.houseicons-water-closed:before {
  content: "\e903";
}
*/

.houseicons-fan-stop:before {
  content: "\e909";
}
.houseicons-fan-low:before {
  content: "\e905";
}
.houseicons-fan-normal:before {
  content: "\e906";
}
.houseicons-fan-high:before {
  content: "\e904";
}
.houseicons-kitchen-fan:before {
  content: "\e907";
}
.houseicons-kitchen-fan-on:before {
  content: "\e908";
}
.houseicons-wind:before {
  content: "\e900";
}
.houseicons-water:before {
  content: "\e901";
}
.houseicons-water-closed:before {
  content: "\e903";
}
.houseicons-fire:before {
  content: "\e902";
}

