/* ============================================================
   zh.css — Chinese locale token layer (loads AFTER nat.css on /zh/).
   L1 value retunes only, per the i18n plan:
   1. Font stacks gain native CJK system fonts. Afacad stays first so
      Latin fragments keep the brand face when it loads; Chinese text
      always renders in the visitor's native font — and mainland China
      visitors (where fonts.googleapis.com is blocked) get instant,
      correct type with zero blocked requests.
   2. The -2% "tight" tracking is zeroed: negative letter-spacing
      hurts CJK legibility, and Chinese sets its own rhythm.
   ============================================================ */

:root {
  --lb-font-family-1: "Afacad", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --lb-font-letter-spacing-tight: 0em;
}
