/* Apolo v27 - FontAwesome robust local fallback */
:root{--apolo-fa-gold:#d4af37;}
.fa,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{
  display:inline-block;
  line-height:1;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.fa,.fas,.fa-solid{font-family:"Font Awesome 6 Free" !important;font-weight:900 !important;}
.far,.fa-regular{font-family:"Font Awesome 6 Free" !important;font-weight:400 !important;}
.fab,.fa-brands{font-family:"Font Awesome 6 Brands" !important;font-weight:400 !important;}
button i[class*="fa-"], .btn i[class*="fa-"]{pointer-events:none;min-width:1em;text-align:center;}
.btn.btn-xs.sharp i,.btn.sharp i{font-size:14px !important;line-height:1 !important;color:currentColor !important;}
.apolo-action-btn i{font-size:15px !important;}
