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

.i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-arrow-right:before {
  content: "\ea3c";
}
.icon-play:before {
  content: "\ea1c";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-sina-weibo:before {
  content: "\ea9a";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-wechat:before {
  content: "\e900";
}
.icon-bars:before {
  content: "\e901";
}
.icon-chevron-left:before {
  content: "\e902";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-cross:before {
  content: "\e904";
}
.icon-home:before {
  content: "\e905";
}
.icon-pause:before {
  content: "\e906";
}
.icon-print:before {
  content: "\e907";
}
.icon-search:before {
  content: "\e908";
}
.icon-share:before {
  content: "\e909";
}
