/* ================================================================
   全站字体：MiSans（设计部指定）
   ----------------------------------------------------------------
   由于版权分发需由品牌方提供字体文件，此处预留接口：
   1. 将 MiSans-Regular.woff2 / MiSans-Medium.woff2 / MiSans-Demibold.woff2
      放入本目录（assets/fonts/）
   2. 取消下方三段 @font-face 的注释，全站即自动生效
   未放置字体文件时，自动回退到 PingFang SC / 微软雅黑等近似黑体。
================================================================ */

/*
@font-face{
  font-family:"MiSans";
  src:url("MiSans-Regular.woff2") format("woff2");
  font-weight:300 400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"MiSans";
  src:url("MiSans-Medium.woff2") format("woff2");
  font-weight:500 600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"MiSans";
  src:url("MiSans-Demibold.woff2") format("woff2");
  font-weight:700 900;
  font-style:normal;
  font-display:swap;
}
*/
