<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&amp;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';}

</pre></body></html>