@font-face {
  font-family: 'icomoon';
  src:  url('https://cdn.icomoon.io/141886/tailored/icomoon.eot?ey6k2g');
  src:  url('https://cdn.icomoon.io/141886/tailored/icomoon.eot?ey6k2g#iefix') format('embedded-opentype'),
    url('https://cdn.icomoon.io/141886/tailored/icomoon.woff2?ey6k2g') format('woff2'),
    url('https://cdn.icomoon.io/141886/tailored/icomoon.ttf?ey6k2g') format('truetype'),
    url('https://cdn.icomoon.io/141886/tailored/icomoon.woff?ey6k2g') format('woff'),
    url('https://cdn.icomoon.io/141886/tailored/icomoon.svg?ey6k2g#icomoon') 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: '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-plus-circle:before {
  content: "\a100";
}
.icon-star-half-empty:before {
  content: "\a101";
}
.icon-star-o:before {
  content: "\a102";
}
.icon-star:before {
  content: "\a103";
}
