@charset "UTF-8";

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

}

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

.athome-icon-letter-mail-1:before {
  content: "a";
}
.athome-icon-bathroom:before {
  content: "c";
}
.athome-icon-bcee:before {
  content: "g";
}
.athome-icon-shoner-wohnen:before {
  content: "h";
}
.athome-icon-arrow-right-thin:before {
  content: "i";
}
.athome-icon-letter-mail-2:before {
  content: "b";
}
.athome-icon-car:before {
  content: "e";
}
.athome-icon-cube:before {
  content: "f";
}
.athome-icon-bedroom:before {
  content: "d";
}
