/* 分销商门户字体 — Square 对齐 (customer-ui-guidelines §2, 2026-07-16):
   Manrope 圆润几何, 自托管 woff2, 中文落 PingFang/YaHei。
   本文件在各页内联 <style> 之后加载 — 同特异性后者胜, body 字体全站统一。 */
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/manrope-var-latin.woff2') format('woff2');
  font-weight: 400 700; font-style: normal; font-display: swap;
}
body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont,
               'PingFang SC', 'Microsoft YaHei', sans-serif;
}
