@charset "UTF-8";

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

}

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

.hi-beran:before {
  content: "\61";
}
.hi-vodnar:before {
  content: "\62";
}
.hi-blizenec:before {
  content: "\63";
}
.hi-byk:before {
  content: "\64";
}
.hi-kozoroh:before {
  content: "\65";
}
.hi-lev:before {
  content: "\66";
}
.hi-panna:before {
  content: "\67";
}
.hi-rak:before {
  content: "\68";
}
.hi-ryby:before {
  content: "\69";
}
.hi-stir:before {
  content: "\6a";
}
.hi-strelec:before {
  content: "\6b";
}
.hi-vahy:before {
  content: "\6c";
}
