/* Font Awesome 精简版 - 只包含项目使用的图标 */

@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, .fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fab, .fa-brands {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

.fas, .fab, .fa-solid, .fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

/* 图标内容定义 */
.fa-cube::before { content: "\f1b2"; }
.fa-users::before { content: "\f0c0"; }
.fa-signal::before { content: "\f012"; }
.fa-sync-alt::before { content: "\f2f1"; }
.fa-book::before { content: "\f02d"; }
.fa-compass::before { content: "\f14e"; }
.fa-map-marked-alt::before { content: "\f5a0"; }
.fa-comments::before { content: "\f086"; }
.fa-qq::before { content: "\f1d6"; }

/* 尺寸定义 */
.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}
