@charset "UTF-8";

@font-face {
  font-family: "awhouse";
  src:url("fonts/awhouse.eot");
  src:url("fonts/awhouse.eot?#iefix") format("embedded-opentype"),
    url("fonts/awhouse.woff") format("woff"),
    url("fonts/awhouse.ttf") format("truetype"),
    url("fonts/awhouse.svg#awhouse") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "awhouse" !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^="aw-"]:before,
[class*=" aw-"]:before {
  font-family: "awhouse" !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;
}

.aw-mail-close:before {
  content: "a";
}
.aw-mail-open:before {
  content: "b";
}
.aw-toilet:before {
  content: "c";
}
.aw-bad:before {
  content: "d";
}
