@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?gt8srf');
  src:  url('fonts/icomoon.eot?gt8srf#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?gt8srf') format('truetype'),
    url('fonts/icomoon.woff?gt8srf') format('woff'),
    url('fonts/icomoon.svg?gt8srf#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-COLLECTIONS_ADD-IMG:before {
  content: "\e700";
}
.icon-COLLECTIONS_COLECTIONS:before {
  content: "\e701";
}
.icon-COLLECTIONS_DELETE-IMG:before {
  content: "\e702";
}
.icon-COLLECTIONS_DOWNLOAD-IMG:before {
  content: "\e703";
}
.icon-COLLECTIONS_EXPLORE:before {
  content: "\e704";
}
.icon-COLLECTIONS_FOLLOW:before {
  content: "\e705";
}
.icon-COLLECTIONS_LIST-IMG:before {
  content: "\e706";
}
.icon-COLLECTIONS_UNFOLLOW:before {
  content: "\e707";
}

