@font-face {
  font-family: 'icomoon';
  src:
    url('../fonts/icomoon.woff2') format('woff2'),
    url('../fonts/icomoon.woff') format('woff'),
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"], 
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-star-full:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}