/**
 * ============================================
 * SHUXINGVIP 字体声明 — 阿里巴巴普惠体 3.0
 * ============================================
 * 
 * 来源：阿里巴巴集团官方发布
 * 授权：全球永久免费商用（含网页嵌入）
 * 官网：https://fonts.alibabagroup.com/
 * 
 * ⚠️ 性能提醒：
 *   中文字体文件较大（每个字重约 4MB woff2），首次加载会产生流量。
 *   如需优化，建议：
 *   1. 使用 fonttools pyftsubset 对字体做子集化（仅保留页面用到的汉字）
 *   2. 配置服务器 Cache-Control / ETag 缓存
 *   3. 使用 rel="preload" 提前加载关键字体
 * 
 * ============================================
 */

/* 常规体（正文，400） */
@font-face {
  font-family: 'Alibaba PuHuiTi';
  src: url('AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 粗体（标题，700） */
@font-face {
  font-family: 'Alibaba PuHuiTi';
  src: url('AlibabaPuHuiTi-3-85-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
