@import url(./Kanit/index.css);
@import url(./NotoSansSC/index.css);

:root,
body,
#app {
  font-family: "Noto Sans SC", Arial, Helvetica, sans-serif !important;
}

:root[data-language="th"],
:root[data-language="th"] body,
#app[data-language="th"] {
  font-family: "Kanit", "Noto Sans SC", Arial, Helvetica, sans-serif !important;
}
