@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"),
       url(../webfonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"),
       url(../webfonts/fa-regular-400.ttf) format("truetype");
}

@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"),
       url(../webfonts/fa-solid-900.ttf) format("truetype");
}

.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa,
.fa-solid,
.fas,
.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
}

.fa-solid,
.fas {
  font-weight: 900;
}

.fa-regular,
.far {
  font-weight: 400;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-door-open:before { content: "\f52b"; }
.fa-face-smile-beam:before { content: "\f5b8"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-archway:before { content: "\f557"; }
.fa-hands-helping:before,
.fa-handshake-angle:before { content: "\f4c4"; }
.fa-code:before { content: "\f121"; }
.fa-user-astronaut:before { content: "\f4fb"; }
.fa-up-right-from-square:before { content: "\f35d"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-compass:before { content: "\f14e"; }
.fa-arrow-trend-up:before { content: "\e098"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-clock-rotate-left:before { content: "\f1da"; }
.fa-people-group:before { content: "\e533"; }
.fa-wand-magic-sparkles:before,
.fa-magic-wand-sparkles:before { content: "\e2ca"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-facebook:before { content: "\f09a"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-discord:before { content: "\f392"; }
