/* Font Awesome Free 6 — subset build.
   Only the icons this site actually uses; fonts subset from the
   official webfonts with pyftsubset. To add an icon: look up its
   codepoint on fontawesome.com, re-subset the matching font with the
   new codepoint added, and add a ::before rule below.
   Icon Font Awesome by Dave Gandy — https://fontawesome.com
   License: SIL OFL 1.1 (fonts), CC BY 4.0 (icons) */

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

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fonts/fa-regular-subset.woff2) format('woff2');
}

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

.fa-solid,
.fa-regular,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fa-regular {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-briefcase::before { content: "\f0b1"; }
.fa-microscope::before { content: "\f610"; }
.fa-chalkboard-user::before { content: "\f51c"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-book-open::before { content: "\f518"; }
.fa-volume-high::before { content: "\f028"; }
.fa-house::before { content: "\f015"; }
.fa-check::before { content: "\f00c"; }
.fa-copy::before { content: "\f0c5"; }
.fa-copyright::before { content: "\f1f9"; }
.fa-google-scholar::before { content: "\e63b"; }
