/* Font Awesome 6.4.0 - 精简版（仅包含项目使用的图标） */
@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');
}

.fas, .fa-solid {
  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;
}

/* 基础图标样式 */
.fa, .fas {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* 项目使用的图标 */
.fa-home:before { content: "\f015"; }
.fa-users:before { content: "\f0c0"; }
.fa-user:before { content: "\f007"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-coins:before { content: "\f51e"; }
.fa-cube:before { content: "\f1b2"; }
.fa-wallet:before { content: "\f555"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-chart-line:before { content: "\f201"; }
.fa-link:before { content: "\f0c1"; }
.fa-copy:before { content: "\f0c5"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-file-invoice:before { content: "\f570"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-store:before { content: "\f54e"; }
.fa-receipt:before { content: "\f543"; }
.fa-trophy:before { content: "\f091"; }
.fa-dollar-sign:before { content: "\f155"; }
.fa-exchange-alt:before { content: "\f362"; }
.fa-arrow-down:before { content: "\f063"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-list:before { content: "\f03a"; }
.fa-gem:before { content: "\f3a5"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-check:before { content: "\f00c"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-check-circle:before { content: "\f058"; }
.fa-external-link-alt:before { content: "\f35d"; }
.fa-times:before { content: "\f00d"; }




