/* Font Awesome 6 Free */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('./fonts/fa-regular-400.woff2') format('woff2');
}

@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, .far, .fab {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

.fab {
  font-family: 'Font Awesome 6 Brands';
}

.fa-xmark:before { content: "\f00d"; }
.fa-share:before { content: "\f064"; }
.fa-share-nodes:before { content: "\f1e0"; }
.fa-upload:before { content: "\f093"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-ellipsis-vertical:before { content: "\f142"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-star:before { content: "\f005"; }
.fa-star-half-alt:before { content: "\f5c0"; }
.fa-truck:before { content: "\f0d1"; }
.fa-box:before { content: "\f466"; }
.fa-tag:before { content: "\f02b"; }
.fa-check:before { content: "\f00c"; }
.fa-shopping-bag:before { content: "\f290"; }
.fa-store:before { content: "\f54e"; }
.fa-comment:before { content: "\f075"; }
