/* Force Font Awesome to work */
.fa, .fas, .far, .fab, .fal, .fad, .fat {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.far {
  font-weight: 400 !important;
}

.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

.fal {
  font-weight: 300 !important;
}

.fad {
  font-weight: 900 !important;
}

.fat {
  font-weight: 900 !important;
}

/* Ensure icons are visible */
.fa::before, .fas::before, .far::before, .fab::before, .fal::before, .fad::before, .fat::before {
  display: inline-block !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
