/* Compatibility shim so existing fa-light/fa-regular/fa-duotone classes render with local Font Awesome Free assets */
.fa-light,
.fal,
.fa-regular,
.far,
.fa-duotone,
.fad {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Explicit outline treatment for icons that must appear line-style */
.fa-outline {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-text-stroke: 0.6px currentColor;
  color: currentColor !important;
}
