@font-face {
  font-family: 'iconfont';
  src:  url('../fonts/iconfont.eot?kf3aez');
  src:  url('../fonts/iconfont.eot?kf3aez#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.ttf?kf3aez') format('truetype'),
    url('../fonts/iconfont.woff?kf3aez') format('woff'),
    url('../fonts/iconfont.svg?kf3aez#iconfont') 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: 'iconfont' !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-globe:before {
  content: "\e80a";
}
.icon-chevron-down:before {
  content: "\f002";
}
.icon-search:before {
  content: "\f003";
}
.icon-dots-3:before {
  content: "\f004";
}
.icon-user:before {
  content: "\f007";
}
.icon-play:before {
  content: "\f10b";
}
.icon-love2:before {
  content: "\e605";
}
.icon-ion-eye:before {
  content: "\f133";
}
.icon-list-grid:before {
  content: "\e805";
}
.icon-number-list:before {
  content: "\e09f";
}
.icon-chat:before {
  content: "\e0b0";
}
.icon-task-list:before {
  content: "\3a";
}
.icon-list:before {
  content: "\e9ba";
}

