/* 精简版 Font Awesome CSS - 仅含 index.html 用到的 36 个图标 */
/* 生成时间: 2026-08-07 05:07:26 修正版 */

/* FA6 字体名：Font Awesome 6 Free / Font Awesome 6 Brands */
/* 路径：绝对路径，避免相对路径解析问题 */
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/fonts/webfonts/fa-solid-900-index.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/webfonts/fa-brands-400-index.woff2) format("woff2")}

/* FA6 基础类：.fas 用 Free 900，.fab 用 Brands 400 */
.fas{font-family:"Font Awesome 6 Free";font-weight:900;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fab{font-family:"Font Awesome 6 Brands";font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}

/* Solid 图标（27 个） */
.fa-bars:before{content:"\f0c9"}
.fa-blog:before{content:"\f781"}
.fa-bolt:before{content:"\f0e7"}
.fa-chart-line:before{content:"\f201"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-code:before{content:"\f121"}
.fa-cog:before{content:"\f013"}
.fa-cogs:before{content:"\f085"}
.fa-coins:before{content:"\f51e"}
.fa-comment-dots:before{content:"\f4ad"}
.fa-comments:before{content:"\f086"}
.fa-envelope:before{content:"\f0e0"}
.fa-exchange-alt:before{content:"\f362"}
.fa-image:before{content:"\f03e"}
.fa-lock:before{content:"\f023"}
.fa-map-marker-alt:before{content:"\f3c5"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-paw:before{content:"\f1b0"}
.fa-phone:before{content:"\f095"}
.fa-plus:before{content:"\f067"}
.fa-random:before{content:"\f074"}
.fa-search:before{content:"\f002"}
.fa-shield-alt:before{content:"\f3ed"}
.fa-star:before{content:"\f005"}
.fa-tachometer-alt:before{content:"\f625"}
.fa-times:before{content:"\f00d"}

/* Brands 图标（9 个） */
.fa-facebook:before{content:"\f09a"}
.fa-github:before{content:"\f09b"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-qq:before{content:"\f1d6"}
.fa-telegram:before{content:"\f2c6"}
.fa-tiktok:before{content:"\e07b"}
.fa-twitter:before{content:"\f099"}
.fa-yahoo:before{content:"\f19e"}
.fa-zhihu:before{content:"\f63f"}
