@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");
}

.fa-home:before { content: "\f015"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-sign-in-alt:before { content: "\f090"; }

.fa-user:before { content: "\f007"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-user-tie:before { content: "\f508"; }
.fa-user-shield:before { content: "\f505"; }
.fa-user-plus:before { content: "\f234"; }
.fa-users:before { content: "\f0c0"; }

.fa-eye:before { content: "\f06e"; }
.fa-eye-slash:before { content: "\f070"; }
.fa-edit:before { content: "\f044"; }
.fa-plus:before { content: "\f067"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-trash:before { content: "\f1f8"; }
.fa-cog:before { content: "\f013"; }

.fa-id-card:before { content: "\f2c2"; }
.fa-phone:before { content: "\f095"; }
.fa-at:before { content: "\f1fa"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-calendar:before { content: "\f133"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-clock:before { content: "\f017"; }
.fa-comment:before { content: "\f075"; }
.fa-receipt:before { content: "\f543"; }

.fa-dollar-sign:before { content: "\f155"; }
.fa-money-bill-wave:before { content: "\f53a"; }
.fa-hand-holding-usd:before { content: "\f4c0"; }
.fa-coins:before { content: "\f51e"; }
.fa-percentage:before { content: "\f295"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-landmark:before { content: "\f66f"; }

.fa-circle:before { content: "\f111"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-sync:before { content: "\f021"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-undo:before { content: "\f0e2"; }
.fa-redo:before { content: "\f2ea"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-crop:before { content: "\f125"; }

.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }

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

.fa-external-link-alt:before { content: "\f35d"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-sticky-note:before { content: "\f249"; }
.fa-link:before { content: "\f0c1"; }

.fa-chart-line:before { content: "\f201"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-calculator:before { content: "\f1ec"; }
.fa-bell:before { content: "\f0f3"; }
.fa-paper-plane:before { content: "\f1d8"; }

.fa-list:before { content: "\f03a"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-th-large:before { content: "\f009"; }

.fas {
  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;
}