@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ich2do');
  src:  url('../fonts/icomoon.eot?ich2do#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ich2do') format('truetype'),
    url('../fonts/icomoon.woff?ich2do') format('woff'),
    url('../fonts/icomoon.svg?ich2do#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
    font-family: 'IcoMoon-Free';
    src: url('../fonts/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'IcoMoon-Free' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down-right:before {
    content: "\ea35";
}
.icon-at:before {
  content: "\e945";
}
.icon-checked:before {
  content: "\ea52";
  color: rgb(50, 186, 124);
}
.icon-magic-wand:before {
  content: "\e997";
}



.icon-home:before {
    content: "\e900";
}
.icon-left-arrow:before {
  content: "\e907";
}
.icon-man:before {
    content: "\e9dc";
}
.icon-users:before {
    content: "\e972";
}
.icon-cart:before {
    content: "\e93a";
}
.icon-map:before {
    content: "\e94b";
}
.icon-phone-call:before {
  content: "\e942";
}


.icon-star:before {
  content: "\e9d7";
}
.icon-twitter:before {
  content: "\ea96";
  color: #03a9f4;
}
.icon-user:before {
  content: "\e90d";
}
.icon-whatsapp .path1:before {
  content: "\ea93";
  color: rgb(76, 175, 80);
}
.icon-whatsapp .path2:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(250, 250, 250);
}
.icon-whatsapp-2:before {
  content: "\ea93";
  color: #7ad06d;
}
.icon-youtube:before {
  content: "\ea9d";
  color: #f61c0d;
}
