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

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2") format("woff2"),
       url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.ttf") format("truetype");
}

.fa, .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;
}

/* 项目使用的图标 */
.fa-building:before { content: "\f1ad"; }
.fa-robot:before { content: "\f544"; }
.fa-chart-line:before { content: "\f201"; }
.fa-brain:before { content: "\f5dc"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-tachometer-alt:before { content: "\f3fd"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-microchip:before { content: "\f2db"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-users:before { content: "\f0c0"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-weixin:before { content: "\f1d7"; }
.fa-check:before { content: "\f00c"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-bars:before { content: "\f0c9"; }
.fa-bullseye:before { content: "\f140"; }
.fa-cogs:before { content: "\f085"; }
.fa-bullhorn:before { content: "\f0a1"; }
.fa-globe:before { content: "\f0ac"; }
.fa-tiktok:before { content: "\e07b"; }
