/* Homepage-only Font Awesome subset — replaces all.min.css (~58KB) on home */
.fa,.fab,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.woff") format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.woff") format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.woff") format("woff");
}

/* Header / nav */
.fa-bars:before { content: "\f0c9"; }
.fa-heart:before { content: "\f004"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-search:before { content: "\f002"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-home:before { content: "\f015"; }
.fa-store:before { content: "\f54e"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-user:before { content: "\f007"; }
.fa-sign-in-alt:before { content: "\f2f6"; }

/* Home CTAs / menus — long-arrow is solid-only in FA5 Free */
.fa-long-arrow-right,
.fa-long-arrow-alt-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa-long-arrow-right:before,
.fa-long-arrow-alt-right:before { content: "\f30b"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-arrow-up:before { content: "\f062"; }
