@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  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: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

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

.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;
}

.icon-envelope,
.icon-github,
.icon-linkedin,
.icon-scholar {
  color: currentColor;
}

.icon-envelope {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.icon-envelope::before {
  content: "\f0e0";
}

.icon-github,
.icon-linkedin {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}

.icon-github::before {
  content: "\f09b";
}

.icon-linkedin::before {
  content: "\f08c";
}

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

.icon-scholar::before {
  content: "\e9d4";
}
