/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

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

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

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/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;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* 常用图标 */
.fa-check::before { content: "\f00c"; }
.fa-times::before { content: "\f00d"; }
.fa-search::before { content: "\f002"; }
.fa-user::before { content: "\f007"; }
.fa-home::before { content: "\f015"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-clock::before { content: "\f017"; }
.fa-calendar::before { content: "\f133"; }
.fa-star::before { content: "\f005"; }
.fa-heart::before { content: "\f004"; }
.fa-bars::before { content: "\f0c9"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-chevron-up::before { content: "\f077"; }

/* 医疗相关图标 */
.fa-hospital::before { content: "\f0f8"; }
.fa-user-md::before { content: "\f0f0"; }
.fa-stethoscope::before { content: "\f0f1"; }
.fa-heartbeat::before { content: "\f21e"; }
.fa-ambulance::before { content: "\f0f9"; }
.fa-medkit::before { content: "\f0fa"; }
.fa-pills::before { content: "\f484"; }
.fa-syringe::before { content: "\f48e"; }
.fa-file-medical::before { content: "\f477"; }
.fa-file-medical-alt::before { content: "\f478"; }
.fa-notes-medical::before { content: "\f481"; }
.fa-prescription::before { content: "\f5b1"; }
.fa-clipboard-list::before { content: "\f46d"; }

/* 业务相关图标 */
.fa-database::before { content: "\f1c0"; }
.fa-chart-line::before { content: "\f201"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-chart-pie::before { content: "\f200"; }
.fa-tasks::before { content: "\f0ae"; }
.fa-clipboard-check::before { content: "\f46c"; }
.fa-file-alt::before { content: "\f15c"; }
.fa-folder::before { content: "\f07b"; }
.fa-folder-open::before { content: "\f07c"; }
.fa-bell::before { content: "\f0f3"; }
.fa-comment::before { content: "\f075"; }
.fa-comments::before { content: "\f086"; }
.fa-phone-volume::before { content: "\f2a0"; }
.fa-headset::before { content: "\f590"; }

/* 技术相关图标 */
.fa-cogs::before { content: "\f085"; }
.fa-cog::before { content: "\f013"; }
.fa-server::before { content: "\f233"; }
.fa-cloud::before { content: "\f0c2"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-lock::before { content: "\f023"; }
.fa-key::before { content: "\f084"; }
.fa-code::before { content: "\f121"; }
.fa-laptop-code::before { content: "\f5fc"; }
.fa-mobile-alt::before { content: "\f3cd"; }
.fa-desktop::before { content: "\f108"; }
.fa-network-wired::before { content: "\f6ff"; }
.fa-plug::before { content: "\f1e6"; }
.fa-robot::before { content: "\f544"; }
.fa-brain::before { content: "\f5dc"; }

/* 其他常用图标 */
.fa-users::before { content: "\f0c0"; }
.fa-building::before { content: "\f1ad"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-trophy::before { content: "\f091"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-book::before { content: "\f02d"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-rocket::before { content: "\f135"; }
.fa-bullseye::before { content: "\f140"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-handshake::before { content: "\f2b5"; }
.fa-gift::before { content: "\f06b"; }
.fa-magic::before { content: "\f0d0"; }
.fa-sync::before { content: "\f021"; }
.fa-download::before { content: "\f019"; }
.fa-upload::before { content: "\f093"; }
.fa-share::before { content: "\f064"; }
.fa-link::before { content: "\f0c1"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-question-circle::before { content: "\f059"; }
.fa-exclamation-circle::before { content: "\f06a"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-check-circle::before { content: "\f058"; }
.fa-times-circle::before { content: "\f057"; }
.fa-plus::before { content: "\f067"; }
.fa-minus::before { content: "\f068"; }
.fa-edit::before { content: "\f044"; }
.fa-trash::before { content: "\f1f8"; }
.fa-save::before { content: "\f0c7"; }
.fa-print::before { content: "\f02f"; }
.fa-eye::before { content: "\f06e"; }
.fa-eye-slash::before { content: "\f070"; }
.fa-filter::before { content: "\f0b0"; }
.fa-sort::before { content: "\f0dc"; }
.fa-list::before { content: "\f03a"; }
.fa-th::before { content: "\f00a"; }
.fa-th-list::before { content: "\f00b"; }

/* 技术架构页面专用图标 */
.fa-hospital-user::before { content: "\f80d"; }
.fa-memory::before { content: "\f538"; }
.fa-file-archive::before { content: "\f1c6"; }
.fa-cubes::before { content: "\f1b3"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-exchange-alt::before { content: "\f362"; }
.fa-file-code::before { content: "\f1c9"; }
.fa-file-excel::before { content: "\f1c3"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-check-square::before { content: "\f14a"; }
.fa-award::before { content: "\f559"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-cog::before { content: "\f013"; }
.fa-box::before { content: "\f466"; }
