@font-face {
  font-family: 'Shared-Science-Icons';
  src:  url('fonts/Shared-Science-Icons.eot?8pk53m');
  src:  url('fonts/Shared-Science-Icons.eot?8pk53m#iefix') format('embedded-opentype'),
    url('fonts/Shared-Science-Icons.woff2?8pk53m') format('woff2'),
    url('fonts/Shared-Science-Icons.ttf?8pk53m') format('truetype'),
    url('fonts/Shared-Science-Icons.woff?8pk53m') format('woff'),
    url('fonts/Shared-Science-Icons.svg?8pk53m#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";
}
.ss-icon-house:before {
  content: "\e909";
}
.ss-icon-envelope:before {
  content: "\e90a";
}
