/* ========== SiteKrs v1.4.19: FA6 新版社交图标字形子集路由 ==========
   用途：为编辑器外壳（index.html 引用本文件）提供 X / threads / bluesky 的 FA6 字形。
   - 字形源：Font Awesome 6 Free (6.7.2) fa-brands-400.woff2，pyftsubset 仅保留 4 个码点（U+E61B/E61A/E618/E671）
   - 预览 iframe：sw 注入的 FA_COMPAT_STYLE（PreviewPanel/constants.ts）含等效规则，勿在此外再引
   - 导出产物：generator.ts 注入 base64 内联 @font-face（独立部署、零外部依赖）
   生成方式见 scripts/check-fa6-codepoints.py（码点核对）+ scratch/fa6/。
   注意：font-family 规则用 .fab. 前缀（特异性 0,2,1），须置于 FA 样式之后才能压过 .icon.fab:before。 */
@font-face {
  font-family: "SiteKrs X Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/assets/vendor/font-awesome-6-brands/webfonts/fa-brands-subset.woff2') format('woff2');
}
.fab.fa-x-twitter:before { font-family: "SiteKrs X Brands" !important; content: "\e61b"; }
.fab.fa-square-x-twitter:before { font-family: "SiteKrs X Brands" !important; content: "\e61a"; }
.fab.fa-threads:before { font-family: "SiteKrs X Brands" !important; content: "\e618"; }
.fab.fa-bluesky:before { font-family: "SiteKrs X Brands" !important; content: "\e671"; }
