/* Font Awesome 6 Subset - JBS (joyasabalorios.com) 20260706
 * Only includes icons actually used on the site.
 * Generated from FA 6.5.2 - 10 solid + 1 brand icons.
 * @font-face src uses relative path (filename only) - see PIT pitfall #16.
 */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url("fa-solid-900-subset.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("fa-brands-400-subset.woff2") format("woff2");
}

/* Solid icons (fa-solid / fas) */
.fa-solid, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Brands icons (fa-brands / fab) */
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon definitions - support both FA5 (old) and FA6 (new) names */
.fa-bars:before, .fa-navicon:before {content: "\f0c9"}
.fa-cart-plus:before {content: "\f217"}
.fa-check-circle:before, .fa-circle-check:before {content: "\f058"}
.fa-chevron-left:before {content: "\f053"}
.fa-chevron-right:before {content: "\f054"}
.fa-edit:before, .fa-pen-to-square:before {content: "\f044"}
.fa-gift:before {content: "\f06b"}
.fa-plus:before {content: "\2b"}
.fa-search:before, .fa-magnifying-glass:before {content: "\f002"}
.fa-times:before, .fa-xmark:before {content: "\f00d"}

/* Brand icons */
.fa-pinterest:before {content: "\f0d2"}
