/*!
 * 精简版 Font Awesome 6.5.2（仅保留本模板用到的 37 个图标）
 * 原 all.css 含约 2000 个未使用图标(103KB)，已精简，显著加快加载。
 * 字体来源：优先本站 webfonts/ 本地文件；若本地缺失则自动回退到 CDN，图标永不 404。
 *  —— 把 3 个 woff2 放进 webfonts/ 后即为完全本地、零第三方（见 webfonts 说明）。
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal; font-weight: 900; font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
       url("https://fastly.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/webfonts/fa-solid-900.woff2") format("woff2"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("https://fastly.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("https://fastly.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.ttf") format("truetype");
}

.fa, .fas, .far, .fab,
.fa-solid, .fa-regular, .fa-brands {
  -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-align-left::before { content: "\f036"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-check-circle::before { content: "\f058"; }
.fa-check-square::before { content: "\f14a"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-clock::before { content: "\f017"; }
.fa-code::before { content: "\f121"; }
.fa-code-branch::before { content: "\f126"; }
.fa-copy::before { content: "\f0c5"; }
.fa-download::before { content: "\f019"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-film::before { content: "\f008"; }
.fa-fire::before { content: "\f06d"; }
.fa-globe-asia::before { content: "\f57e"; }
.fa-home::before { content: "\f015"; }
.fa-image::before { content: "\f03e"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-language::before { content: "\f1ab"; }
.fa-layer-group::before { content: "\f5fd"; }
.fa-list-ul::before { content: "\f0ca"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-pen-fancy::before { content: "\f5ac"; }
.fa-play::before { content: "\f04b"; }
.fa-play-circle::before { content: "\f144"; }
.fa-question-circle::before { content: "\f059"; }
.fa-rocket::before { content: "\f135"; }
.fa-search::before { content: "\f002"; }
.fa-server::before { content: "\f233"; }
.fa-star::before { content: "\f005"; }
.fa-tag::before { content: "\f02b"; }
.fa-tv::before { content: "\f26c"; }
.fa-user-tie::before { content: "\f508"; }
.fa-users::before { content: "\f0c0"; }
.fa-imdb::before { content: "\f2d8"; }
.fa-telegram::before { content: "\f2c6"; }
