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

html[lang="th-th"],
html[lang="th-th"] * { 
    font-family: 'Noto Sans Thai', sans-serif !important;
}

html[lang="zh-cn"],
html[lang="zh-cn"] * {
    font-family: 'Noto Sans SC', sans-serif;
}