/* Font Awesome 6.0.0 本地版本 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('[!--news.url--]fonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('[!--news.url--]fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('[!--news.url--]fonts/fa-brands-400.woff2') format('woff2');
}

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

/* 常用图标 unicode */
.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-search:before { content: "\f002"; }
.fa-arrow-up:before { content: "\f062"; }
.fa-comment-dots:before { content: "\f4ad"; }

/* 社交媒体图标 Unicode */
.fa-facebook-f:before { content: "\f39e"; }
.fa-twitter:before { content: "\f099"; }
.fa-instagram:before { content: "\f16d"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-youtube:before { content: "\f167"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-award:before { content: "\f559"; }
.fa-building:before { content: "\f1ad"; }
.fa-industry:before { content: "\f275"; }
.fa-cc-visa:before { content: "\f1f0"; }
.fa-cc-mastercard:before { content: "\f1f1"; }
.fa-cc-paypal:before { content: "\f1f4"; }
.fa-cc-amex:before { content: "\f1f3"; } 