/*
  Icon Font: fontcustom
*/

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "fontcustom";
    src: url("./fontcustom_7902bf94b16630c50bbcb678532940c9.svg#fontcustom") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-vote-best:before,
.icon-vote-best-o:before,
.icon-vote-worst:before,
.icon-vote-worst-o:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  /* -moz-osx-font-smoothing: grayscale; */
  /* -webkit-font-smoothing: antialiased; */
}

.icon-vote-best:before { content: "\f108"; }
.icon-vote-best-o:before { content: "\f109"; }
.icon-vote-worst:before { content: "\f10a"; }
.icon-vote-worst-o:before { content: "\f10b"; }
