/* Font Awesome Free 6.0.0 精简图标集 */

@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");
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fa-brands-400.woff2") format("woff2");
}

.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;
    line-height: 1;
    text-rendering: auto;
}

.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;
    line-height: 1;
    text-rendering: auto;
}

/* Solid 图标 */
.fa-file-alt:before      { content: "\f15c"; }
.fa-file-code:before     { content: "\f1c9"; }
.fa-user:before          { content: "\f007"; }
.fa-sign-out-alt:before  { content: "\f2f5"; }
.fa-arrow-left:before    { content: "\f060"; }
.fa-save:before          { content: "\f0c7"; }
.fa-paper-plane:before   { content: "\f1d8"; }
.fa-link:before          { content: "\f0c1"; }
.fa-info-circle:before   { content: "\f05a"; }
.fa-plus:before          { content: "\f067"; }
.fa-ban:before           { content: "\f05e"; }
.fa-eye:before           { content: "\f06e"; }
.fa-edit:before          { content: "\f044"; }
.fa-trash:before         { content: "\f1f8"; }
.fa-clock:before         { content: "\f017"; }
.fa-spinner:before       { content: "\f110"; }
.fa-check:before         { content: "\f00c"; }

/* Brands 图标 */
.fa-css3-alt:before      { content: "\f38b"; }
.fa-js:before            { content: "\f3b8"; }
.fa-paint-brush:before   { content: "\f1fc"; }
.fa-id-card:before       { content: "\f2c2"; }
.fa-rocket:before             { content: "\f135"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-clock:before { content: "\f017"; }
.fa-expand:before   { content: "\f065"; }
.fa-compress:before { content: "\f066"; }
.fa-history:before        { content: "\f1da"; }
.fa-cog:before            { content: "\f013"; }
.fa-globe:before          { content: "\f0ac"; }
.fa-gavel:before          { content: "\f0e3"; }
.fa-times:before          { content: "\f00d"; }
.fa-times-circle:before   { content: "\f057"; }
.fa-check-circle:before   { content: "\f058"; }
.fa-inbox:before          { content: "\f01c"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-search:before         { content: "\f002"; }