/* Local overrides only. Theme: hostx.css + hostx-color-scheme-layout-two.css from production. */

/* HostX CSS targets "Font Awesome 6 Pro"; self-hosted bundle is FA6 Free + v4 compatibility. */
body .fas,
body .fa-solid,
body i.fas,
body i.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}
body .fab,
body .fa-brands,
body i.fab,
body i.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}
body .far,
body .fa-regular,
body i.far,
body i.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}
/* Legacy v4-style .fa (e.g. chevron) uses v4compatibility + Free from fontawesome-all.min.css */
body .fa,
body i.fa {
  font-family: "Font Awesome 6 Free" !important;
}

/* Pricing cards: gutter between slides when Slick runs (viewport < 993px, hostx.js) */
@media (max-width: 991px) {
  .home-page-pricing-style-1.slick-initialized .slick-slide {
    padding-left: 12px;
    padding-right: 12px;
  }
}
