@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/Font Awesome 6 Free-Solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url("../fonts/Font Awesome 6 Free-Regular-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/Font Awesome 6 Free-Brands-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* core icon classes */
.fa, .fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  speak: none;
  display: inline-block;
  line-height: 1;
  text-rendering: auto;
}
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
}