/**
 * Font Awesome 6 brands（页脚/Download），延迟加载，避免 PSI 关键请求链
 * 重新生成：npm run build:fa
 */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/webfonts/fa-brands-400.woff2') format('woff2');
}

.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fa-brands::before {
  content: var(--fa);
}

.fa-apple{--fa:"\f179"}.fa-tiktok{--fa:"\e07b"}.fa-instagram{--fa:"\f16d"}.fa-facebook{--fa:"\f09a"}.fa-google-play{--fa:"\f3ab"}
