/* Font Awesome 6.5.2 - Local Subset Override */
/* Only includes icons used on this site (25 solid + 5 brand icons) */

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../webfonts/fa-brands-400.woff2') format('woff2');
}

/* Icon classes - Solid */
.fa-solid, .fas { font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.fa-brands, .fab { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
.fa { font-family: 'Font Awesome 6 Free'; font-weight: 900; }

/* Solid icons */
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-cart-plus:before { content: "\f217"; }
.fa-check:before { content: "\f00c"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-filter:before { content: "\f0b0"; }
.fa-gift:before { content: "\f06b"; }
.fa-heart:before { content: "\f004"; }
.fa-house:before { content: "\f015"; }
.fa-home:before { content: "\f015"; }
.fa-pen-to-square:before { content: "\f044"; }
.fa-edit:before { content: "\f044"; }
.fa-plus:before { content: "\2b"; }
.fa-search:before { content: "\f002"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-spinner:before { content: "\f110"; }
.fa-star:before { content: "\f005"; }
.fa-star-half-stroke:before { content: "\f5c0"; }
.fa-star-half-alt:before { content: "\f5c0"; }
.fa-trash-can:before { content: "\f2ed"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-truck:before { content: "\f0d1"; }
.fa-user:before { content: "\f007"; }
.fa-circle-user:before { content: "\f2bd"; }
.fa-xmark:before { content: "\f00d"; }
.fa-times:before { content: "\f00d"; }
.fa-bars:before { content: "\f0c9"; }
.fa-cart-shopping:before { content: "\f07a"; }
.fa-minus:before { content: "\f068"; }

/* Brand icons */
.fa-facebook-f:before { content: "\f39e"; }
.fa-instagram:before { content: "\f16d"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-twitter:before { content: "\f099"; }
.fa-youtube:before { content: "\f167"; }
