@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?xyf99z');
  src: url('../fonts/icomoon.eot?xyf99z#iefix') format('embedded-opentype'),
       url('../fonts/icomoon.ttf?xyf99z') format('truetype'),
       url('../fonts/icomoon.woff?xyf99z') format('woff'),
       url('../fonts/icomoon.svg?xyf99z#icomoon') format('svg');

  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Common icon styling */
[class^="icon-"]:before,
[class*=" icon-"]:before {
 
  font-family: 'icomoon' !important;
  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;
}

/* Crown icon */
.icon-crown:before {
  content: "\e900";
  transform: scale(0.72);
  display: inline-block;
}

.ico-65 .icon-crown:before,
.ico-65 .icon-crown:after,
.ico-65 .icon-hair-spa:before,
.ico-65 .icon-hair-spa:after {
    font-size: 4.0625rem;
}

.icon-hair-spa:before {
  content: "\e901";
  /* transform: scale(0.72);
  display: inline-block; */
}