/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

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

.fa-angle-down::before {
  content: "\f107";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-minus::before {
  content: "\f068";
}

.fa-plus::before {
  content: "\f067";
}

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

.fa-shopping-basket::before {
  content: "\f291";
}
