/* Font Awesome 本地化版本 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./fa-solid-900.woff2") format("woff2");
}

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

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* 常用图标 */
.fa-spinner:before { content: "\f110"; }
.fa-spin { animation: fa-spin 2s linear infinite; }
@keyframes fa-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fa-copy:before { content: "\f0c5"; }
.fa-square-root-alt:before { content: "\f698"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-file-word:before { content: "\f1c2"; }
.fa-file-code:before { content: "\f1c9"; }
.fa-file-powerpoint:before { content: "\f1c4"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-file-pdf:before { content: "\f1c1"; }

/* 工具栏图标 */
.fa-bold:before { content: "\f032"; }
.fa-italic:before { content: "\f033"; }
.fa-strikethrough:before { content: "\f0cc"; }
.fa-code:before { content: "\f121"; }
.fa-link:before { content: "\f0c1"; }
.fa-image:before { content: "\f03e"; }
.fa-table:before { content: "\f0ce"; }
.fa-minus:before { content: "\f068"; }
.fa-list:before { content: "\f03a"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-list-ol:before { content: "\f0cb"; }
.fa-quote-left:before { content: "\f10d"; }
.fa-heading:before { content: "\f1dc"; }

/* 导航和交互图标 */
.fa-arrow-left:before { content: "\f060"; }
.fa-question-circle:before { content: "\f059"; }
.fa-times:before { content: "\f00d"; }
.fa-exchange-alt:before { content: "\f362"; }
.fa-search-plus:before { content: "\f00e"; }
.fa-search-minus:before { content: "\f010"; }

/* 其他图标 */
.fa-search-plus:before { content: "\f00e"; }
.fa-search-minus:before { content: "\f010"; }
.fa-expand:before { content: "\f065"; }
.fa-project-diagram:before { content: "\f542"; } 