/* ===================================================
   FONTAWESOME 5 ICON FIX (Site-Wide)
   =================================================== */
.fas,
.fab,
.far {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important; /* Force Solid for Zodiac Icons */
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}
