@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/public/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/public/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fa-solid,
.fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-magnifying-glass:before { content: "\f002"; }
.fa-xmark:before           { content: "\f00d"; }
.fa-facebook-f:before      { content: "\f39e"; }
.fa-instagram:before       { content: "\f16d"; }
.fa-youtube:before         { content: "\f167"; }
.fa-linkedin-in:before     { content: "\f0e1"; }
.fa-twitter:before         { content: "\f099"; }
