/* Font Awesome Free 6.5.1 subset: SIL OFL 1.1 / MIT */




.fa,
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-family: "Wuwa Icons" !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa:not(.fa-regular):not(.far),
.fa-classic,
.fa-solid,
.fas {
  font-weight: 900 !important;
}

.fa-regular,
.far {
  font-weight: 400 !important;
}

.fa-box-archive::before { content: "\f187"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-copy::before { content: "\f0c5"; }
.fa-download::before { content: "\f019"; }
.fa-heart::before { content: "\f004"; }
.fa-house::before { content: "\f015"; }
.fa-images::before { content: "\f302"; }
.fa-shuffle::before { content: "\f074"; }
.fa-sliders::before { content: "\f1de"; }
.fa-trash-can::before { content: "\f2ed"; }
.fa-user-group::before { content: "\f500"; }
