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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea93";
}
.icon-whatsapp:before {
  content: "\ea94";
}
.icon-spotify:before {
  content: "\ea95";
}
.icon-telegram:before {
  content: "\ea96";
}
.icon-twitter:before {
  content: "\ea97";
}
.icon-user:before {
  content: "\e972";
}
.icon-checkmark:before {
  content: "\ea11";
}
.icon-youtube:before {
  content: "\ea9e";
}
.icon-menu:before {
  content: "\e9be";
}
.icon-cross:before {
  content: "\ea10";
}
.icon-play:before {
  content: "\e900";
}
.icon-tree:before {
  content: "\e9bd";
}
.icon-shield:before {
  content: "\e9b5";
}
.icon-trophy:before {
  content: "\e99f";
}