/* 避免父级（如 .btn）的 font-weight / font-family 继承导致 Font Awesome 实心图标不显示 */
.fas,
.fa-solid,
i.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
}
.far,
.fa-regular,
i.far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.fab,
.fa-brands,
i.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
