/*! Font Awesome 6.4.0 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  /* 只保留 woff2，删除 woff/ttf 引用 */
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
  font-display: block;
}

:where(.fa-solid,.fas){font-family:"Font Awesome 6 Free";font-weight:900;}
.fa,.fas{-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-chevron-down:before{content:"\f078";}
.fa-check:before{content:"\f00c";}
.fa-check-circle:before{content:"\f058";}
.fa-clock:before{content:"\f017";}
.fa-coins:before{content:"\f51e";}
.fa-file-alt:before{content:"\f15c";}
.fa-globe:before{content:"\f0ac";}
.fa-headset:before{content:"\f0e6";}
.fa-shield-alt:before{content:"\f3ed";}
.fa-user-plus:before{content:"\f234";}
.fa-users:before{content:"\f0c0";}
.fa-2x{font-size:2em;}
.fa-3x{font-size:3em;}