/*!
 * Font Awesome Free 6.0.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 2022 Fonticons, Inc.
 */

/**
 * 定义Font Awesome字体文件的本地引用
 * 解决外网字体文件无法加载的问题
 */
@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"),
       url("../webfonts/fa-solid-900.ttf") format("truetype");
}

/**
 * Font Awesome基础样式类
 */
.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;
}

/**
 * Font Awesome Solid样式
 */
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/**
 * Font Awesome图标内容定义
 */
.fa-gamepad:before { content: "\f11b"; }
.fa-book:before { content: "\f02d"; }
.fa-dragon:before { content: "\f6d5"; }
.fa-magic:before { content: "\f0d0"; }
.fa-users:before { content: "\f0c0"; }
.fa-table:before { content: "\f0ce"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-edit:before { content: "\f044"; }
.fa-map:before { content: "\f279"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-user:before { content: "\f007"; }
.fa-list:before { content: "\f03a"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-user-plus:before { content: "\f234"; }
.fa-filter:before { content: "\f0b0"; }
.fa-globe:before { content: "\f0ac"; }
.fa-sort:before { content: "\f0dc"; }
.fa-chevron-up:before { content: "\f077"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-search:before { content: "\f002"; }
.fa-qq:before { content: "\f1d6"; }
.fa-bilibili:before { content: "\e3d9"; }
.fa-tiktok:before { content: "\e07b"; }
.fa-user-cog:before { content: "\f4fe"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-video:before { content: "\f03d"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-check-circle:before { content: "\f058"; }
.fa-exclamation-triangle:before { content: "\f071"; }

/**
 * Font Awesome Brand样式
 */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/**
 * 为品牌图标添加字体定义（如果需要的话）
 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
       url("../webfonts/fa-brands-400.ttf") format("truetype");
}