@font-face {
  font-family: 'Eminence-Icons';
  src:  url('fonts/Eminence-Icons.eot?5l00ng');
  src:  url('fonts/Eminence-Icons.eot?5l00ng#iefix') format('embedded-opentype'),
    url('fonts/Eminence-Icons.woff2?5l00ng') format('woff2'),
    url('fonts/Eminence-Icons.ttf?5l00ng') format('truetype'),
    url('fonts/Eminence-Icons.woff?5l00ng') format('woff'),
    url('fonts/Eminence-Icons.svg?5l00ng#Eminence-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="eminence-frontend-icon-"], [class*=" eminence-frontend-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Eminence-Icons' !important;
  speak: none;
  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;
}

.eminence-frontend-icon-search-bold:before {
  content: "\e904";
}
.eminence-frontend-icon-search-med:before {
  content: "\e905";
}
.eminence-frontend-icon-search-black:before {
  content: "\e906";
}
.eminence-frontend-icon-search:before {
  content: "\e902";
}
.eminence-frontend-icon-search-big:before {
  content: "\e903";
}
.eminence-frontend-icon-love:before {
  content: "\e900";
}
.eminence-frontend-icon-chat:before {
  content: "\e901";
}
