/* Font Awesome 6.5.2 Subset - only icons used by PBR (pulseira.net)
 * Solid: bars, cart-plus, check-circle, chevron-left, chevron-right, gift, plus, search, times
 * Brands: pinterest
 * Generated: 2026-07-07
 * Source: cdnj.cloudflare.com FA 6.5.2 → local subset via pyftsubset
 * NOTE: url() uses relative path (filename only) - resolves relative to this CSS file location
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  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: block;
  src: url("fa-brands-400-subset.woff2") format("woff2");
}
.fa-solid, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fa-brands, .fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
/* Icon glyphs (matches FA 6.5.2 source) */
.fa-bars:before { content: "\f0c9"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-check-circle:before { content: "\f058"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-gift:before { content: "\f06b"; }
.fa-plus:before { content: "\f067"; }
.fa-search:before { content: "\f002"; }
.fa-times:before { content: "\f00d"; }
.fa-pinterest:before { content: "\f0d3"; }
