@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fa-brands,
.fa-solid,
.fab,
.fas {
  -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,
.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-calendar-alt::before,
.fa-calendar-days::before {
  content: "\f073";
}

.fa-cart-shopping::before,
.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-facebook::before {
  content: "\f09a";
}

.fa-facebook-square::before,
.fa-square-facebook::before {
  content: "\f082";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-location-dot::before,
.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-pound-sign::before,
.fa-sterling-sign::before {
  content: "\f154";
}

.fa-youtube::before {
  content: "\f167";
}
