@charset "UTF-8";

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

}

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

.icon-pure-98-hand-paper-o:before {
  content: "\63";
}
.icon-pure-98-like:before {
  content: "\61";
}
.icon-pure-98-cup:before {
  content: "\62";
}
