/* Font Awesome Brands Subset (local) */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2");
}

.fa-brands,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-brands:before,
.fab:before {
  content: var(--fa);
}

.fa-shopify { --fa: "\e057"; }
.fa-magento { --fa: "\f3c4"; }
.fa-wordpress { --fa: "\f19a"; }
