/* Font Awesome 6.5.0 subset - solid + brands, only the icons this site uses */
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;
  font-weight:900;
  font-display:block;
  src:url("../webfonts/fa-solid-subset.woff2") format("woff2");
}
@font-face{
  font-family:"Font Awesome 6 Brands";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src:url("../webfonts/fa-brands-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;
}
.fa-solid, .fa-brands, .fas, .fab{
  -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-headset:before{content:"\f590"}
.fa-caret-down:before{content:"\f0d7"}
.fa-star:before{content:"\f005"}
.fa-location-dot:before{content:"\f3c5"}
.fa-bars:before{content:"\f0c9"}
.fa-xmark:before{content:"\f00d"}
.fa-chevron-down:before{content:"\f078"}
.fa-phone:before{content:"\f095"}
.fa-facebook-f:before{content:"\f39e"}
.fa-instagram:before{content:"\f16d"}
.fa-youtube:before{content:"\f167"}
