@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon.woff2') format('woff2'),
         url('../fonts/icomoon/icomoon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-star:before { content: "\f005"; }
.icon-star-o:before { content: "\f006"; }
.icon-star-half-full:before { content: "\f123"; }
.icon-map-marker:before { content: "\f041"; }
.icon-quote-left:before { content: "\f10d"; }
.icon-envelope:before { content: "\f0e0"; }   // or .icon-envelope-o if used
.icon-phone:before { content: "\f095"; }
.icon-eraser:before { content: "\f12d"; }

/*The list above are all the icons used on site by icomoon*/
