/*!
 * Font Awesome 6.7.2 - Local Version
 * Using local fonts instead of CDN
 */

@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/fa-solid-900.woff2') format('woff2');
}

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

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

.fa, .fas, .far, .fab {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.far {
  font-weight: 400;
}

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

/* Icon content mapping - 常用图标 */
.fa-sun::before { content: "\f185"; }
.fa-moon::before { content: "\f186"; }
.fa-edit::before { content: "\f044"; }
.fa-trash::before { content: "\f1f8"; }
.fa-plus::before { content: "\f067"; }
.fa-times::before { content: "\f00d"; }
.fa-check::before { content: "\f00c"; }
.fa-cog::before { content: "\f013"; }
.fa-share::before { content: "\f1e0"; }
.fa-download::before { content: "\f019"; }
.fa-upload::before { content: "\f093"; }
.fa-copy::before { content: "\f0c5"; }
.fa-link::before { content: "\f0c1"; }
.fa-image::before { content: "\f03e"; }
.fa-video::before { content: "\f03d"; }
.fa-music::before { content: "\f001"; }
.fa-heart::before { content: "\f004"; }
.fa-star::before { content: "\f005"; }
.fa-search::before { content: "\f002"; }
.fa-home::before { content: "\f015"; }
.fa-user::before { content: "\f007"; }
.fa-lock::before { content: "\f023"; }
.fa-unlock::before { content: "\f09c"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
.fa-spinner::before { content: "\f110"; }
.fa-circle-notch::before { content: "\f1ce"; }
.fa-refresh::before { content: "\f021"; }
.fa-exclamation::before { content: "\f12a"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-question-circle::before { content: "\f059"; }
.fa-check-circle::before { content: "\f05d"; }
.fa-times-circle::before { content: "\f057"; }
.fa-star::before { content: "\f005"; }
.fa-crown::before { content: "\f521"; }
.fa-globe::before { content: "\f0ac"; }
.fa-external-link-alt::before { content: "\f35b"; }
.fa-plus-circle::before { content: "\f055"; }
.fa-share-alt::before { content: "\f1e0"; }
.fa-file-export::before { content: "\f56e"; }
.fa-file-import::before { content: "\f56f"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-file::before { content: "\f15b"; }
.fa-ban::before { content: "\f05e"; }
.fa-redo::before { content: "\f01e"; }
.fa-trash-alt::before { content: "\f2ed"; }
.fa-sign-in-alt::before { content: "\f2f6"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-user-circle::before { content: "\f2bd"; }
.fa-user-plus::before { content: "\f234"; }
.fa-chart-line::before { content: "\f201"; }
.fa-sign-in::before { content: "\f090"; }
.fa-sign-out::before { content: "\f08b"; }
.fa-power-off::before { content: "\f011"; }
.fa-door-open::before { content: "\f52b"; }
.fa-door-closed::before { content: "\f52a"; }
.fa-heart::before { content: "\f004"; }
.fa-umbrella::before { content: "\f0e9"; }
.fa-paw::before { content: "\f1b0"; }
.fa-bug::before { content: "\f188"; }
.fa-heartbeat::before { content: "\f21e"; }
