/* Font Awesome 6.5.1 – Minimal subset (fa-solid only, 8 icons used) */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-solid::before { display: inline-block; }

/* Icons used on this site */
.fa-chevron-left::before   { content: "\f053"; }
.fa-chevron-right::before  { content: "\f054"; }
.fa-cube::before           { content: "\f1b2"; }
.fa-magnifying-glass-plus::before { content: "\f00e"; }
.fa-palette::before        { content: "\f53f"; }
.fa-shirt::before          { content: "\e499"; }
.fa-wand-sparkles::before  { content: "\e2ca"; }
.fa-xmark::before          { content: "\f00d"; }
