/* ===================================
   Deep Cove Ocean Products — Chinese (zh-CN)
   Font overrides for Simplified Chinese
   =================================== */

body {
  font-family: 'Noto Sans SC', 'Inter', -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Noto Serif SC', 'Playfair Display', 'Songti SC', 'SimSun', serif;
}

/* Nav logo keeps English serif font */
.nav__logo {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

/* Footer logo keeps English serif font */
.footer__logo {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

/* Slightly larger body text for CJK readability */
.two-col__text p,
.card p,
.contact__text,
.provenance__text,
.hero__sub {
  line-height: 1.9;
}

/* Stat number — use sans for Chinese numerals */
.stat__number {
  font-family: 'Noto Serif SC', 'Playfair Display', serif;
  font-size: 1.5rem;
}

/* Slightly tighter letter-spacing for Chinese (CJK doesn't need tracking) */
.section__label,
.hero__label,
.stat__label,
.nav__links a {
  letter-spacing: 0.08em;
}

/* Buttons — slightly adjusted for Chinese text */
.btn {
  letter-spacing: 0.06em;
}
