:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url(/font/webfonts/fa-brands-400.woff2) format("woff2"),
    url(/font/webfonts/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url(/font/webfonts/fa-regular-400.woff2) format("woff2"),
    url(/font/webfonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url(/font/webfonts/fa-solid-900.woff2) format("woff2"),
    url(/font/webfonts/fa-solid-900.ttf) format("truetype");
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -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;
}
.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fas,
.fa-solid {
  font-weight: 900;
}
.far,
.fa-regular {
  font-weight: 400;
}
.fa-angle-left {
  --fa: "\f104";
}
.fa-angle-right {
  --fa: "\f105";
}
.fa-arrow-left {
  --fa: "\f060";
}
.fa-arrow-right {
  --fa: "\f061";
}
.fa-bars {
  --fa: "\f0c9";
}
.fa-caret-up {
  --fa: "\f0d8";
}
.fa-cart-shopping {
  --fa: "\f07a";
}
.fa-chevron-down {
  --fa: "\f078";
}
.fa-clock {
  --fa: "\f017";
}
.fa-credit-card {
  --fa: "\f09d";
}
.fa-earth-africa {
  --fa: "\f57c";
}
.fa-eye {
  --fa: "\f06e";
}
.fa-gavel {
  --fa: "\f0e3";
}
.fa-gift {
  --fa: "\f06b";
}
.fa-hand-holding-dollar {
  --fa: "\f4c0";
}
.fa-heart {
  --fa: "\f004";
}
.fa-magnifying-glass {
  --fa: "\f002";
}
.fa-map {
  --fa: "\f279";
}
.fa-phone {
  --fa: "\f095";
}
.fa-share-from-square {
  --fa: "\f14d";
}
.fa-shopping-cart {
  --fa: "\f07a";
}
.fa-shuffle {
  --fa: "\f074";
}
.fa-user {
  --fa: "\f007";
}
.fa-xmark {
  --fa: "\f00d";
}
.fa-facebook {
  --fa: "\f09a";
}
.fa-pinterest {
  --fa: "\f0d2";
}
.fa-twitter {
  --fa: "\f099";
}
