@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese&display=swap');
/*Korean*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700&subset=korean&display=swap');
/*Thai*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wdth,wght@62.5..100,100..900&display=swap');
/*zh-hk*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
/*zh-tw*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
/*zh-cn*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
/*Arabic*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');
body,html {
    font-family: Roboto,sans-serif
}
footer:lang(ko),header:lang(ko),body:lang(ko),html:lang(ko){font-family:'Noto Sans KR',sans-serif}
footer:lang(th),header:lang(th),body:lang(th),html:lang(th){font-family:'Noto Sans Thai',Roboto,sans-serif}
footer:lang(zh-hk),header:lang(zh-hk),body:lang(zh-hk),html:lang(zh-hk){font-family:'Noto Sans TC',sans-serif}
footer:lang(zh-tw),header:lang(zh-tw),body:lang(zh-tw),html:lang(zh-tw){font-family:'Noto Sans TC',sans-serif}
footer:lang(zh-cn),header:lang(zh-cn),body:lang(zh-cn),html:lang(zh-cn){font-family:'Noto Sans SC',sans-serif}
footer:lang(ar),header:lang(ar),body:lang(ar),html:lang(ar){font-family:'Noto Kufi Arabic',Roboto,sans-serif}
[dir=rtl] body td,[dir=rtl] body th{text-align:right}