/*!
 * 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: 900;
  font-display: block;
  src: url('../webfonts/fa-solid-900.woff2') format('woff2');
}

.fa,
.fas,
.far,
.fal,
.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;
}

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

/* 图标定义 */
.fa-atom::before { content: '\f5d2'; }
.fa-newspaper::before { content: '\f1ea'; }
.fa-calendar-alt::before { content: '\f073'; }
.fa-arrow-right::before { content: '\f061'; }
.fa-star::before { content: '\f005'; }
.fa-chevron-left::before { content: '\f053'; }
.fa-chevron-right::before { content: '\f054'; }
.fa-graduation-cap::before { content: '\f19d'; }
.fa-clock::before { content: '\f017'; }
.fa-handshake::before { content: '\f2b5'; }
.fa-check-circle::before { content: '\f058'; }
.fa-comments::before { content: '\f086'; }
.fa-laptop-code::before { content: '\f5fc'; }
.fa-file-alt::before { content: '\f15c'; }
.fa-users::before { content: '\f0c0'; }
.fa-flask::before { content: '\f0c3'; }
.fa-cog::before { content: '\f013'; }
.fa-rocket::before { content: '\f135'; }
.fa-chart-line::before { content: '\f201'; }
.fa-lightbulb::before { content: '\f0eb'; }
.fa-shield-alt::before { content: '\f3ed'; }
.fa-globe::before { content: '\f0ac'; }
.fa-envelope::before { content: '\f0e0'; }
.fa-phone::before { content: '\f095'; }
.fa-map-marker-alt::before { content: '\f3c5'; }
.fa-share-alt::before { content: '\f1e0'; }
.fa-download::before { content: '\f019'; }
.fa-upload::before { content: '\f093'; }
.fa-search::before { content: '\f002'; }
.fa-filter::before { content: '\f0b0'; }
.fa-sort::before { content: '\f0dc'; }
.fa-edit::before { content: '\f044'; }
.fa-trash::before { content: '\f1f8'; }
.fa-plus::before { content: '\f067'; }
.fa-minus::before { content: '\f068'; }
.fa-times::before { content: '\f00d'; }
.fa-check::before { content: '\f00c'; }
.fa-exclamation::before { content: '\f12a'; }
.fa-question::before { content: '\f128'; }
.fa-bars::before { content: '\f0c9'; }
.fa-sun::before { content: '\f185'; }
.fa-moon::before { content: '\f186'; }

/* 图标大小调整 */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-2x {
  font-size: 2em;
}

/* 防止图标缺失导致的布局问题 */
[class*="fa-"] {
  display: inline-block;
  min-width: 16px;
  text-align: center;
}