/* Font Awesome Fallback - Essential Icons Only */



/* Ensure icons display properly */
.fas, .fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Fallback for missing Font Awesome icons using data-fallback attribute */
.fas:before,
.fab:before {
  content: attr(data-fallback);
}
