/* Prevent global fonts from overriding icons */
[class^="fa-"], 
[class*=" fa-"],
.material-icons,
.fa,
.fas,
.far,
.fab {
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  speak: none;
}

/* Ensure Icomoon icons render correctly */
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
}
