html, body, * {
  font-family: 'Montserrat', 'Poppins', Arial, sans-serif !important;
}

/* Ensure mobile navigation uses correct font */
#mobileNav,
#mobileNav a,
#mobileNav span {
  font-family: 'Montserrat', 'Poppins', Arial, sans-serif !important;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  font-family: "Font Awesome 6 Free" !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
}

.fa-solid,
.fas {
  font-weight: 900 !important;
}

.fa-regular,
.far {
  font-weight: 400 !important;
}