/* Webfonts: loaded from Google Fonts CDN. No vendor font binaries were supplied
   by the brand — see readme.md "Font substitution" and please send real files if they exist. */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;900&family=Noto+Serif+SC:wght@600;700;900&family=Barlow:wght@500;600;700&family=Barlow+Semi+Condensed:wght@600;700&display=swap");
:root{
  --font-core:"Noto Sans SC","PingFang SC","Microsoft YaHei","Hiragino Sans GB",system-ui,sans-serif;
  --font-display:"Noto Serif SC","Source Han Serif SC","Songti SC",serif;
  --font-heading:"Noto Serif SC","Source Han Serif SC","Songti SC",serif;
  --font-latin:"Barlow","Noto Sans SC",system-ui,sans-serif;
  --font-num:"Barlow","Noto Sans SC",system-ui,sans-serif;
}