/*!
 * Font Awesome Free 6.4.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.
 */

/* Solid 图标字体 */
@font-face{
font-family:"Font Awesome 6 Free";
font-style:normal;
font-weight:900;
font-display:block;
src:url("./fa-solid-900-v2.woff2") format("woff2"),url("./fa-solid-900-v2.ttf") format("truetype")
}

/* Regular 图标字体 */
@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"),url("./fa-regular-400.ttf") format("truetype")
}

/* Brands 图标字体 */
@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"),url("./fa-brands-400.ttf") format("truetype")
}

/* 图标样式类 */
.fas{font-family:"Font Awesome 6 Free";font-weight:900}
.far{font-family:"Font Awesome 6 Free";font-weight:400}
.fab{font-family:"Font Awesome 6 Brands";font-weight:400}

/* 具体图标样式定义 */
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-cogs:before { content: "\f085"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-users:before { content: "\f0c0"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-user-shield:before { content: "\f505"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-exchange-alt:before { content: "\f362"; }
.fa-sync-alt:before { content: "\f2f1"; }
.fa-user:before { content: "\f007"; }
.fa-microchip:before { content: "\f2db"; }
.fa-wifi:before { content: "\f1eb"; }
.fa-database:before { content: "\f1c0"; }
.fa-inbox:before { content: "\f01c"; }
.fa-random:before { content: "\f074"; }
.fa-plus:before { content: "\f067"; }
.fa-search:before { content: "\f002"; }
.fa-eye:before { content: "\f06e"; }
.fa-times:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-info-circle:before { content: "\f05a"; }

/* 图标基础样式 */
.fas, .far, .fab {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}