@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/noto-ja-0.woff2?v=38) format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/noto-ja-1.woff2?v=38) format('woff2');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/noto-ko-0.woff2?v=38) format('woff2');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/noto-ko-1.woff2?v=38) format('woff2');
}

@font-face {
  font-family: 'Noto Sans Devanagari';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(/fonts/noto-hi-0.woff2?v=38) format('woff2');
}
@font-face {
  font-family: 'Noto Sans Devanagari';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(/fonts/noto-hi-1.woff2?v=38) format('woff2');
}

@font-face {
  font-family: 'Noto Sans Telugu';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(/fonts/noto-te-0.woff2?v=38) format('woff2');
}
@font-face {
  font-family: 'Noto Sans Telugu';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(/fonts/noto-te-1.woff2?v=38) format('woff2');
}

html[lang=ja] body{font-family:'Noto Sans JP','Noto Sans',sans-serif}html[lang=ko] body{font-family:'Noto Sans KR','Noto Sans',sans-serif}html[lang=hi] body{font-family:'Noto Sans Devanagari','Noto Sans',sans-serif}html[lang=te] body{font-family:'Noto Sans Telugu','Noto Sans',sans-serif}
html:is([lang=ja],[lang=ko],[lang=hi],[lang=te]){line-height:1.7}



/* Chinese locales */
@font-face{font-family:'Noto Sans SC';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/noto-zh-Hans-400.woff2?v=38') format('woff2')}
@font-face{font-family:'Noto Sans SC';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/noto-zh-Hans-700.woff2?v=38') format('woff2')}
html[lang='zh-Hans'] body{font-family:'Noto Sans SC','Noto Sans',sans-serif}
@font-face{font-family:'Noto Sans TC';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/noto-yue-400.woff2?v=38') format('woff2')}
@font-face{font-family:'Noto Sans TC';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/noto-yue-700.woff2?v=38') format('woff2')}
html[lang='yue'] body{font-family:'Noto Sans TC','Noto Sans',sans-serif}
