@charset "UTF-8";

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

}

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

.ico-users:before {
  content: "\e000";
}
.ico-user:before {
  content: "\e001";
}
.ico-markers:before {
  content: "\e002";
}
.ico-marker:before {
  content: "\e003";
}
.ico-loja:before {
  content: "\e004";
}
.ico-fone:before {
  content: "\e005";
}
.ico-chat:before {
  content: "\e006";
}
.ico-carrinho:before {
  content: "\e007";
}
