/* Ziwei light skin fonts (local vendor files)
   - Keeps the "Traditional Ink" typography stable even without Google Fonts.
   - Only defines @font-face; actual usage is scoped in `ziwei.light.css`.
*/

@font-face {
  font-family: "Ma Shan Zheng";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/MaShanZheng-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Zhi Mang Xing";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/ZhiMangXing-Regular.ttf") format("truetype");
}

