/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('./font-awesome/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('./font-awesome/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('./font-awesome/fa-brands-400.woff2') format('woff2');
}
.fa,
.fas,
.far,
.fal,
.fat,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: inherit;
}
.fa-solid,
.fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}
.fa-regular,
.far {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}
.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

/* Solid Icons */
.fa-wand-magic-sparkles::before { content: "\f725"; }
.fa-arrow-trend-up::before { content: "\e098"; }
.fa-file-invoice-dollar::before { content: "\f571"; }
.fa-box-open::before { content: "\f466"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-triangle-exclamation::before { content: "\f071"; }
.fa-receipt::before { content: "\f543"; }
.fa-truck-fast::before { content: "\f48b"; }
.fa-arrow-right-arrow-left::before { content: "\f0ec"; }
.fa-shuffle::before { content: "\f074"; }
.fa-cart-shopping::before { content: "\f07a"; }
.fa-rotate-left::before { content: "\f0e2"; }
.fa-mobile-screen::before { content: "\f3ce"; }
.fa-house::before { content: "\f015"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-qrcode::before { content: "\f029"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-sliders::before { content: "\f1de"; }
.fa-xmark::before { content: "\f00d"; }

/* Brand Icons */
.fa-apple::before { content: "\f179"; }

/* Regular Icons */
.fa-user::before { content: "\f007"; }
