@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;600;700&family=Kanit:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+Lao:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&family=Noto+Sans+Thai:wght@400;700&family=Prompt:wght@400;700&display=swap");

/* Fonts by language */
/* English serif */
/* html[lang="en"] * {
    font-family: 'Times New Roman', Times, serif;
} */
/* English */
html[lang="en"] * {
    font-family: 'Work Sans', 'Noto Sans Lao', 'Noto Sans Thai', sans-serif;
}
/* Japanese */
/* html[lang="ja"] *,
html[lang="jp"] * {
    font-family: 'Noto Sans JP', sans-serif;
} */


/* Chinese (fallback) */
/* html[lang="zh"] * {
    font-family: 'Noto Sans SC', sans-serif;
} */
/* Simplified Chinese */
html[lang="zh-CN"] * {
    font-family: 'Work Sans', 'Noto Sans SC', sans-serif;
}
/* Traditional Chinese */
html[lang="zh-TW"] * {
    font-family: 'Work Sans', 'Noto Sans TC', sans-serif;
}
/* Thai */
html[lang="th"] * {
    font-family: 'Work Sans', 'Noto Sans Thai', sans-serif;
}
/* Lao */
html[lang="lo"] * {
    font-family: 'Work Sans', 'Noto Sans Lao', sans-serif;
}
