/* Font Awesome Icons - Custom Build with only used icons */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/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("../fonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fas,
.fab,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.far {
  font-weight: 400;
}

/* Used Icons */
.fa-apple::before,
.fab.fa-apple::before {
  content: "\f179";
}

.fa-search::before,
.fas.fa-search::before {
  content: "\f002";
}

.fa-shopping-bag::before,
.fas.fa-shopping-bag::before {
  content: "\f290";
}

.fa-star::before,
.fas.fa-star::before {
  content: "\f005";
}

.fa-star.far::before,
.far.fa-star::before {
  content: "\f005";
  font-weight: 400;
}

