/* 自托管字体（不引 CDN）。
   日文：走系统字体栈（见 tokens.css --font-sans：Hiragino / Yu Gothic / Microsoft YaHei…），
        不 web-font 整套 Noto Sans JP（每字重 TTF ~5MB、4 字重共 ~21MB，国内加载极慢）。
   拉丁/数字：自托管 Poppins woff2（每个 ~8KB），用于 --font-en（eyebrow / 数字）。 */

@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(/assets/fonts/poppins-500.woff2) format('woff2')}
@font-face{font-family:'Poppins';font-style:italic;font-weight:500;font-display:swap;src:url(/assets/fonts/poppins-500i.woff2) format('woff2')}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/poppins-600.woff2) format('woff2')}
@font-face{font-family:'Poppins';font-style:italic;font-weight:600;font-display:swap;src:url(/assets/fonts/poppins-600i.woff2) format('woff2')}
