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

[class^="custom-icon-"], [class*=" custom-icon-"] {
  /* 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;
}

.custom-icon-verified:before {
  content: "\e900";
}
.custom-icon-thumbs-o-up:before {
  content: "\f087";
}
.custom-icon-group:before {
  content: "\f0c0";
}
.custom-icon-users:before {
  content: "\f0c0";
}
.custom-icon-smile-o:before {
  content: "\f118";
}
.custom-icon-smiley:before {
  content: "\e901";
}
.custom-icon-laughing-face:before {
  content: "\e902";
}
.custom-icon-laughing-face1:before {
  content: "\e903";
}
.custom-icon-laughing-face2:before {
  content: "\e904";
}
