/* CSS Document */
@import url("reset.css");
@import url("default.css");

/* web fonts 100-900 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Thai:wght@100..900&display=swap');

.NotoSansJP { font-family: 'Noto Sans JP';}
.NotoSansSC { font-family: 'Noto Sans SC';}
.NotoSansTC { font-family: 'Noto Sans TC';}
.NotoSansKR { font-family: 'Noto Sans KR';}
.NotoSansThai { font-family: 'Noto Sans Thai';}

.NotoSansJP { font-family: 'Noto Serif JP';}
.NotoSansSC { font-family: 'Noto Serif SC';}
.NotoSansTC { font-family: 'Noto Serif TC';}
.NotoSansKR { font-family: 'Noto Serif KR';}
.NotoSansThai { font-family: 'Noto Serif Thai';}
