/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free
 * Icons: CC BY 4.0; Fonts: SIL OFL 1.1; Code: MIT
 * Copyright 2022 Fonticons, Inc.
 *
 * Subset for the Twitter, GitHub, LinkedIn, and address-card icons.
 */

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

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

.fa,
.fab {
  -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 {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-twitter::before {
  content: "\f099";
}

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

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

.fa-address-card::before {
  content: "\f2bb";
}
