/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  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: 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");
}

.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.fa,
.fas,
.far,
.fal,
.fat,
.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;
}

/* Core icons - add more as needed */
.fa-check::before { content: "\f00c"; }
.fa-times::before { content: "\f00d"; }
.fa-xmark::before { content: "\f00d"; }
.fa-search::before { content: "\f002"; }
.fa-bars::before { content: "\f0c9"; }
.fa-shopping-cart::before { content: "\f07a"; }
.fa-cart-shopping::before { content: "\f07a"; }
.fa-user::before { content: "\f007"; }
.fa-user-circle::before { content: "\f2bd"; }
.fa-users::before { content: "\f0c0"; }
.fa-heart::before { content: "\f004"; }
.fa-star::before { content: "\f005"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-home::before { content: "\f015"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-plus::before { content: "\2b"; }
.fa-minus::before { content: "\f068"; }
.fa-circle-exclamation::before { content: "\f06a"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-shield-halved::before { content: "\f3ed"; }
.fa-truck-fast::before { content: "\f48b"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-headset::before { content: "\f590"; }
.fa-clock::before { content: "\f017"; }
.fa-book-open::before { content: "\f518"; }
.fa-pills::before { content: "\f484"; }
.fa-heart-pulse::before { content: "\f21e"; }
.fa-magnifying-glass::before { content: "\f002"; }
.fa-prescription-bottle::before { content: "\f485"; }
.fa-building::before { content: "\f1ad"; }
.fa-box::before { content: "\f466"; }
.fa-truck::before { content: "\f0d1"; }
.fa-comments::before { content: "\f086"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-trophy::before { content: "\f091"; }
.fa-sun::before { content: "\f185"; }
.fa-moon::before { content: "\f186"; }
