/* 使用本地Font Awesome字体和图标映射 */

/* 修改FontAwesome类使用本地Font Awesome字体 */
.fa-solid, .fas, .fa, .fa-regular, .far, .fa-brands, .fab {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

/* Font Awesome图标映射已包含在font-awesome-local.css中，此处只需添加缺失的图标 */
.fa-brain:before { content: "\f5dc"; }
.fa-robot:before { content: "\e022"; }
.fa-crown:before { content: "\f521"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-history:before { content: "\f1da"; }
.fa-file-archive:before { content: "\f1c6"; }
.fa-magic:before { content: "\f0d0"; }
.fa-pen-nib:before { content: "\f5ad"; }
.fa-times:before { content: "\f00d"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-spider:before { content: "\f717"; }
.fa-paint-brush:before { content: "\f1fc"; }
.fa-sliders-h:before { content: "\f1de"; }
.fa-mobile-alt:before { content: "\f3cd"; }

/* 颜色类，保持原样 */
.text-primary { color: #3b82f6; }
.text-secondary { color: #8b5cf6; }
.text-success { color: #22c55e; }
.text-warning { color: #f59e0b; }
.text-danger { color: #ef4444; }