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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before { content: "\e90a"; }
.icon-facebook:before { content: "\ea90"; }
.icon-whatsapp:before { content: "\ea93"; }
.icon-search:before { content: "\e986"; }
.icon-star:before { content: "\e9d9"; }
.icon-heart:before { content: "\e9da"; }
.icon-tag:before { content: "\e935"; }
.icon-clock:before { content: "\e94e"; }
.icon-fire:before { content: "\e9a9"; }
.icon-rss:before { content: "\ea9c"; }
