/* ===============================================
   Chinese-specific overrides for "Give Peace A Chance"
   WordPaint Sandbox Project
=============================================== */

/* Override fontbold for Chinese - No italics, stronger presence */
.fontbold {
    font-size: 1.42rem;
    font-weight: 700;
    font-style: normal;
    color: #7C8CCC;
    line-height: 1.45;
    margin: 2.4rem 0 0.9rem;
}

.headline {font-weight: 400;}

/* Optional: Slightly larger final question for impact */
.final-question {
    font-size: 2.25rem;
    line-height: 1.3;
}

/* Ensure proper Chinese line spacing */
.font-ZH-CN,
p[lang="zh-CN"],
.lang-zh {
    line-height: 1.85;
    letter-spacing: 0.02em;
}