@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../assets/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
  font-family: "Academicons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/academicons.woff") format("woff");
}

.research-icon {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.research-icon.solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.research-icon.brand {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.research-icon.academic {
  font-family: "Academicons";
  font-weight: 400;
}

.icon-envelope::before { content: "\f0e0"; }
.icon-document::before { content: "\f1c1"; }
.icon-github::before { content: "\f09b"; }
.icon-linkedin::before { content: "\f08c"; }
.icon-x::before { content: "\e61f"; }
.icon-orcid::before { content: "\e9d9"; }
.icon-scholar::before { content: "\e9d4"; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
