/* Noto Sans SC - 중국어 간체 웹폰트 (로컬 설치) */
@font-face {
    font-family: 'Noto Sans SC';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/noto-sans-sc/NotoSansSC-variable.ttf') format('truetype');
}

/* 중국어 모드에서 body에 적용 */
html:lang(zh) body,
body.lang-zh {
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}
