/* Font Awesome: el body usa Inter; sin esto Tailwind/Inter pueden ganar y los <i class="fas …"> quedan vacíos. */
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fab,
.fa-brands {
  font-style: normal !important;
  font-variant: normal !important;
  line-height: 1;
}

.fas,
.fa-solid,
.far,
.fa-regular,
.fal {
  font-family: "Font Awesome 6 Free" !important;
}

.fas,
.fa-solid {
  font-weight: 900 !important;
}

.far,
.fa-regular,
.fal {
  font-weight: 400 !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}
