/* ==========================================================================
   ZH.CSS — Chinese font overrides (Noto Sans SC for CJK support)
   Kératopigmentation FLAAK — Dr Yoni Gozlan
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');

body, .nav-links, .mob-nav, .footer-inner,
h1, h2, h3, p, span, div, a, button, input, textarea, select, label {
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}

.hero-title, .s-title {
  font-family: 'Noto Sans SC', 'PingFang SC', sans-serif !important;
  font-weight: 700 !important;
}
