/**
 * Self-hosted Font Awesome 6.5.2 subset (icons used by Batin + child).
 * Same class names as FA Free — no markup changes required.
 */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa/fa-brands-400.woff2") format("woff2");
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-spin {
  animation: fa-spin 2s linear infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Solid */
.fa-bars::before { content: "\f0c9"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-bag-shopping::before { content: "\f290"; }
.fa-basket-shopping::before { content: "\f291"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-phone::before { content: "\f095"; }
.fa-truck::before { content: "\f0d1"; }
.fa-truck-fast::before { content: "\f48b"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-money-bill-wave::before { content: "\f53a"; }
.fa-rotate-left::before { content: "\f2ea"; }
.fa-clock::before { content: "\f017"; }
.fa-gem::before { content: "\f3a5"; }
.fa-box::before { content: "\f466"; }
.fa-box-open::before { content: "\f49e"; }
.fa-sliders::before { content: "\f1de"; }
.fa-star::before { content: "\f005"; }
.fa-xmark::before { content: "\f00d"; }
.fa-tags::before { content: "\f02c"; }
.fa-tag::before { content: "\f02b"; }
.fa-headset::before { content: "\f590"; }
.fa-suitcase::before { content: "\f0f2"; }
.fa-flask::before { content: "\f0c3"; }
.fa-spray-can-sparkles::before { content: "\e638"; }
.fa-gift::before { content: "\f06b"; }
.fa-border-all::before { content: "\f84c"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-dollar-sign::before { content: "\f155"; }
.fa-venus::before { content: "\f221"; }
.fa-droplet::before { content: "\f043"; }
.fa-spinner::before { content: "\f110"; }
.fa-hand-holding-dollar::before { content: "\f4c0"; }

/* Regular */
.fa-envelope::before { content: "\f0e0"; }
.fa-eye::before { content: "\f06e"; }
.fa-user::before { content: "\f007"; }
.fa-circle-check::before { content: "\f058"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-heart::before { content: "\f004"; }
.fa-comment-dots::before { content: "\f4ad"; }

/* Brands */
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-youtube::before { content: "\f167"; }
.fa-linkedin-in::before { content: "\f0e1"; }
