@charset "UTF-8";

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

}

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

.logo-icon-smoke-free:before {
  content: "a";
}
.logo-icon-pet-friendly:before {
  content: "b";
}
.logo-icon-leaselabs:before {
  content: "c";
}
.logo-icon-ehl:before {
  content: "d";
}
.logo-icon-dzap-ll:before {
  content: "e";
}
.logo-icon-ada:before {
  content: "f";
}
