/**
 * EcIcons — шрифт из public/fonts/ecicons (Font Awesome–совместимые коды из ecicons.svg)
 */
@font-face {
  font-family: "EcIcons";
  src: url("/fonts/ecicons/ecicons.woff2") format("woff2"),
    url("/fonts/ecicons/ecicons.woff") format("woff"),
    url("/fonts/ecicons/ecicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ecicon:before {
  font-family: "EcIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Social */
.eci-facebook:before {
  content: "\f09a";
}
.eci-twitter:before {
  content: "\f099";
}
.eci-instagram:before {
  content: "\f16d";
}
.eci-linkedin:before {
  content: "\f0e1";
}
.eci-twitter-square:before {
  content: "\f081";
}
.eci-facebook-square:before {
  content: "\f082";
}
.eci-linkedin-square:before {
  content: "\f08c";
}

/* UI */
.eci-caret-down:before {
  content: "\f0d7";
}
.eci-angle-right:before {
  content: "\f105";
}

/* Рейтинг (style.css: .ecicon.eci-star) */
.eci-star:before {
  content: "\f005";
}
