@font-face {
  font-family: "icons";
  src: url('icons.eot?t=1716802767812'); /* IE9*/
  src: url('icons.eot?t=1716802767812#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url("icons.woff2?t=1716802767812") format("woff2"),
  url("icons.woff?t=1716802767812") format("woff"),
  url('icons.ttf?t=1716802767812') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('icons.svg?t=1716802767812#icons') format('svg'); /* iOS 4.1- */
}

[class^="icons-"], [class*=" icons-"] {
  font-family: 'icons' !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icons-arrow_bottom:before { content: "\ea01"; }
.icons-arrow_left:before { content: "\ea02"; }
.icons-arrow_right:before { content: "\ea03"; }
.icons-arrow_top:before { content: "\ea04"; }
.icons-close:before { content: "\ea05"; }
.icons-facebook:before { content: "\ea06"; }
.icons-heart-line:before { content: "\ea07"; }
.icons-linkedin:before { content: "\ea08"; }
.icons-star-fill:before { content: "\ea09"; }
.icons-star-stroke:before { content: "\ea0a"; }
.icons-twitter:before { content: "\ea0b"; }

