@charset "UTF-8";

@font-face {
  font-family: "heyo225";
  src:url("fonts/heyo225.eot");
  src:url("fonts/heyo225.eot?#iefix") format("embedded-opentype"),
    url("fonts/heyo225.woff") format("woff"),
    url("fonts/heyo225.ttf") format("truetype"),
    url("fonts/heyo225.svg#heyo225") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "heyo225" !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-"]:before,
[class*=" icon-"]:before {
  font-family: "heyo225" !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-pinterest:before {
  content: "p";
}
.icon-gplus:before {
  content: "b";
}
.icon-twitter:before {
  content: "t";
}
.icon-facebook:before {
  content: "f";
}
.icon-check:before {
  content: "/";
}
.icon-play:before {
  content: "1";
}
.icon-vimeo:before {
  content: "v";
}
.icon-youtube:before {
  content: "y";
}
.icon-vertical-ellipsis:before {
  content: "|";
}
.icon-x:before {
  content: "x";
}
.icon-plus:before {
  content: "P";
}
.icon-twitter-circled:before {
  content: "T";
}
.icon-facebook-circled:before {
  content: "F";
}
.icon-instagram:before {
  content: "i";
}
.icon-greater-than:before {
  content: ">";
}
.icon-less-than:before {
  content: "<";
}
.icon-search:before {
  content: "m";
}
.icon-share:before {
  content: "s";
}
