/* Font Awesome 6 Free - local webfonts */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}
@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");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}
/* Base icon styles */
.fa, .fa-solid, .fa-regular, .fa-brands, .fas, .far, .fab {
  -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, .fas { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-regular, .far { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fa-brands, .fab { font-family: "Font Awesome 6 Brands"; font-weight: 400; }
/* Common icons used in template */
.fa-search:before { content: "\f002"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-bars:before { content: "\f0c9"; }
.fa-xmark:before { content: "\f00d"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-check:before { content: "\f00c"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-calendar:before { content: "\f133"; }
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: "\f167"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-play:before { content: "\f04b"; }
.fa-star:before { content: "\f005"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-heart:before { content: "\f004"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-up-right-from-square:before { content: "\f35d"; }
.fa-user:before { content: "\f007"; }
.fa-tag:before { content: "\f02b"; }
.fa-copyright:before { content: "\f1f9"; }
