/* Minimal Font Awesome 7 subset: only the icons actually used on this site
   (arrow-up, linkedin, github), instead of loading the full all.min.css (~74 KB). */
.fa,.fa-solid,.fa-brands{
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.fa-solid{font-family:"Font Awesome 7 Free";font-weight:900}
.fa-brands{font-family:"Font Awesome 7 Brands";font-weight:400}
.fa-arrow-up:before{content:"\f062"}
.fa-envelope:before{content:"\f0e0"}
.fa-linkedin:before{content:"\f08c"}
.fa-github:before{content:"\f09b"}
@font-face{font-family:"Font Awesome 7 Free";font-style:normal;font-weight:900;font-display:swap;src:url("../webfonts/fa-solid-900.woff2") format("woff2")}
@font-face{font-family:"Font Awesome 7 Brands";font-style:normal;font-weight:400;font-display:swap;src:url("../webfonts/fa-brands-400.woff2") format("woff2")}
