/* Font Awesome Local CSS */

/* Font Face Definitions */
@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");
}

@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");
}

/* Base Font Awesome Styles */
.fa, .fas, .far, .fal, .fat, .fab {
  -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 Icons */
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Regular Icons (注意：您需要下载 fa-regular-400.woff2) */
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* Brand Icons */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon Definitions - 常用图标 */
.fa-telegram::before { content: "\f2c6"; }
.fa-check::before { content: "\f00c"; }
.fa-coins::before { content: "\f51e"; }
.fa-chart-line::before { content: "\f201"; }
.fa-user-friends::before { content: "\f500"; }
.fa-briefcase::before { content: "\f0b1"; }
.fa-university::before { content: "\f19c"; }
.fa-heart::before { content: "\f004"; }
.fa-bars::before { content: "\f0c9"; }
.fa-home::before { content: "\f015"; }
.fa-newspaper::before { content: "\f1ea"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-user::before { content: "\f007"; } 