@charset "UTF-8";

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

}

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

.han-hand-pointer-o:before {
  content: "\61";
}
