@charset "UTF-8";

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

}

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

.abbadia-icon-king-bed:before {
  content: "\61";
}
.abbadia-icon-menu:before {
  content: "\62";
}
.abbadia-icon-person:before {
  content: "\63";
}
.abbadia-icon-single-bed:before {
  content: "\64";
}
.abbadia-icon-swipe-left:before {
  content: "\65";
}
.abbadia-icon-resize:before {
  content: "\66";
}
.abbadia-icon-horizontal:before {
  content: "\67";
}
.abbadia-icon-check:before {
  content: "\69";
}
.abbadia-icon-chevron-right:before {
  content: "\68";
}
.abbadia-icon-close:before {
  content: "\6a";
}
