/* Phase 9: Traditional Chinese font for /hk/ site (blog_id=12)
   Loaded conditionally via get_current_blog_id()==12
   Key difference from Arabic rtl.css:
   - NO direction/RTL overrides (Chinese is LTR)
   - NO letter-spacing reset (Chinese does not use cursive joining)
   - ONLY font family override as fallback after Yantramanav/Cormorant Garamond
   Per D-01: Noto Sans TC, per D-04: weights 400 + 700 only */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');

/* Chinese characters fall through to Noto Sans TC
   Latin characters (brand names, city names) continue to use theme fonts
   Per D-03: Add Noto Sans TC as fallback AFTER Yantramanav/Cormorant Garamond */
body,
body h1, body h2, body h3, body h4, body h5, body h6,
body p, body span, body li, body a,
body input, body textarea, body select, body button,
body .woocommerce *,
body .elementor-widget-container,
body .elementor-widget-container * {
    font-family: 'Yantramanav', 'Cormorant Garamond', 'Noto Sans TC', sans-serif;
}
