@font-face {
  font-family: "FA Solid";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "FA Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

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

.icon-solid {
  font-family: "FA Solid";
  font-weight: 900;
}

.icon-brand {
  font-family: "FA Brands";
  font-weight: 400;
}

.icon-external::before { content: "\f08e"; }
.icon-github::before { content: "\f09b"; }
.icon-code::before { content: "\f121"; }
