/* ========== 远程字体声明 - MiSans (CDN 加载 + 字重合并优化) ========== */
/* 策略：将 6 个字重合并为 3 个字体文件，大幅减少网络请求和下载量
   - Regular (400) 覆盖 400~500（正文 + 中等）
   - Semibold (700) 覆盖 600~700（半粗 + 粗体）  
   - Bold (800) 覆盖 800~900（标题加粗 + 特粗） */

/* 正文字重：400 和 500 统一使用 Regular */
@font-face {
  font-family: 'MiSans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://files.xiaozhuhouses.asia:444/fonts/MiSans/woff2/MiSans-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'MiSans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('https://files.xiaozhuhouses.asia:444/fonts/MiSans/woff2/MiSans-Regular.woff2') format('woff2');
}

/* 半粗字重：600 和 700 统一使用 Semibold */
@font-face {
  font-family: 'MiSans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('https://files.xiaozhuhouses.asia:444/fonts/MiSans/woff2/MiSans-Semibold.woff2') format('woff2');
}

@font-face {
  font-family: 'MiSans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://files.xiaozhuhouses.asia:444/fonts/MiSans/woff2/MiSans-Semibold.woff2') format('woff2');
}

/* 标题字重：800 和 900 统一使用 Bold */
@font-face {
  font-family: 'MiSans';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('https://files.xiaozhuhouses.asia:444/fonts/MiSans/woff2/MiSans-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'MiSans';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('https://files.xiaozhuhouses.asia:444/fonts/MiSans/woff2/MiSans-Bold.woff2') format('woff2');
}
