@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5mzlsd');
  src:  url('../fonts/icomoon.eot?5mzlsd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5mzlsd') format('truetype'),
    url('../fonts/icomoon.woff?5mzlsd') format('woff'),
    url('../fonts/icomoon.svg?5mzlsd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[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-diamonds:before {
  content: "\e919";
}
.icon-location:before {
  content: "\e947";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-make-group:before {
  content: "\ea58";
}
.icon-codepen:before {
  content: "\eae8";
}
