@font-face {
  font-family: 'Shared-Science-Icons';
  src:  url('fonts/Shared-Science-Icons.eot?u4jcyd');
  src:  url('fonts/Shared-Science-Icons.eot?u4jcyd#iefix') format('embedded-opentype'),
    url('fonts/Shared-Science-Icons.woff2?u4jcyd') format('woff2'),
    url('fonts/Shared-Science-Icons.ttf?u4jcyd') format('truetype'),
    url('fonts/Shared-Science-Icons.woff?u4jcyd') format('woff'),
    url('fonts/Shared-Science-Icons.svg?u4jcyd#Shared-Science-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.ss-icon-circle-check:before {
  content: "\e900";
}
.ss-icon-linkedin-in-circle:before {
  content: "\e901";
}
.ss-icon-orcid:before {
  content: "\e902";
}
.ss-icon-paper-plane:before {
  content: "\e903";
}
.ss-icon-arrow-up-right:before {
  content: "\e904";
}
.ss-icon-bolt:before {
  content: "\e905";
}
.ss-icon-minus:before {
  content: "\e906";
}
.ss-icon-plus:before {
  content: "\e907";
}
.ss-icon-arrow-down-left:before {
  content: "\e908";
}
