/* 仅站内实际使用的 Font Awesome 图标（替代 all.min.css ~170KB） */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fontawesome/webfonts/fa-light-300.woff2") format("woff2"),
       url("../fontawesome/webfonts/fa-light-300.woff") format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
       url("../fontawesome/webfonts/fa-solid-900.woff") format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"),
       url("../fontawesome/webfonts/fa-solid-900.woff") format("woff");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"),
       url("../fontawesome/webfonts/fa-brands-400.woff") format("woff");
}

.fa,.fas,.far,.fal,.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa,.fas { font-family: "Font Awesome 5 Free"; font-weight: 900; }
.fal { font-family: "Font Awesome 5 Pro"; font-weight: 300; }
.fab { font-family: "Font Awesome 5 Brands"; font-weight: 400; }

.fa-angle-down:before { content: "\f107"; }
.fa-arrow-circle-left:before { content: "\f0a8"; }
.fa-arrow-circle-right:before { content: "\f0a9"; }
.fa-arrow-circle-up:before { content: "\f0aa"; }
.fa-bars:before { content: "\f0c9"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-clock:before { content: "\f017"; }
.fa-envelope:before,.fa-envelope-o:before { content: "\f0e0"; }
.fa-globe:before { content: "\f0ac"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-phone-rotary:before { content: "\f8d3"; }
.fa-whatsapp:before { content: "\f232"; font-family: "Font Awesome 5 Brands"; font-weight: 400; }
