/*
 * Additional custom collection of font icons from icomoon
 */

@font-face {
  font-family: 'hwicons';
  src:url('../fonts/hwicons.eot?sc9idg');
  src:url('../fonts/hwicons.eot?sc9idg#iefix') format('embedded-opentype'),
    url('../fonts/hwicons.ttf?sc9idg') format('truetype'),
    url('../fonts/hwicons.woff?sc9idg') format('woff'),
    url('../fonts/hwicons.svg?sc9idg#hwicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.hw-icon,
[class^="hw-icon-"],
[class*=" hw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hwicons' !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;
}

.hw-icon-highwire:before {
  content: "\e903";
}
.hw-icon-readcube:before {
  content: "\e902";
}
.hw-icon-orcid:before {
  content: "\e901";
}
.hw-icon-epub:before {
  content: "\e900";
}
.hw-icon-free:before {
  content: "\e601";
}
.hw-icon-closed-access-alt:before {
  content: "\e602";
}
.hw-icon-closed-access:before {
  content: "\e603";
}
.hw-icon-open-access:before {
  content: "\e604";
}
.hw-icon-pdf:before {
  content: "\e600";
}

