/*!
 * Font Awesome Free 6.5.1 — HostRiver subset (icons used in theme only)
 * Full kit kept at css/all.min.css for rollback.
 */
.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:var(--fa-display,inline-block);
  font-style:normal;
  font-variant:normal;
  line-height:1;
  text-rendering:auto
}
.fa-classic,.fa-regular,.fa-solid,.far,.fas{
  font-family:"Font Awesome 6 Free"
}
.fa-brands,.fab{
  font-family:"Font Awesome 6 Brands"
}
.fa-solid,.fas{
  font-weight:900
}
.fa-regular,.far{
  font-weight:400
}
.fa-brands,.fab{
  font-weight:400
}

/* Solid + FA5 alias (theme CSS still references Font Awesome 5 Free) */
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url(../webfonts/fa-solid-900.subset.woff2) format("woff2")
}
@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url(../webfonts/fa-solid-900.subset.woff2) format("woff2")
}
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(../webfonts/fa-regular-400.subset.woff2) format("woff2")
}
@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(../webfonts/fa-regular-400.subset.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.subset.woff2) format("woff2")
}

/* Solid icons */
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}
.fa-bars:before,.fa-navicon:before{content:"\f0c9"}
.fa-caret-right:before{content:"\f0da"}
.fa-check:before{content:"\f00c"}
.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}
.fa-chevron-down:before{content:"\f078"}
.fa-chevron-up:before{content:"\f077"}
.fa-ellipsis-vertical:before,.fa-ellipsis-v:before{content:"\f142"}
.fa-house:before,.fa-home:before{content:"\f015"}
.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}
.fa-user:before{content:"\f007"}

/* Regular */
.fa-comments:before{content:"\f086"}

/* Brands */
.fa-facebook-f:before{content:"\f39e"}
.fa-instagram:before{content:"\f16d"}
.fa-youtube:before{content:"\f167"}
