/* Locale-specific webfonts (load after core.css / layout.css). */

@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/pretendard/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
  font-family: Pretendard;
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/pretendard/PretendardVariable.woff2') format('woff2-variations');
}

html[lang='ko-KR'] body,
html[lang='ko'] body,
html.ko body {
  font-family: 'Pretendard Variable', Pretendard, 'Noto Sans KR', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  letter-spacing: -0.3px;
}

html[lang='ko-KR'] .card,
html[lang='ko'] .card,
html.ko .card {
  font-family: inherit;
  letter-spacing: inherit;
}

html[lang='zh-CN'] body,
html.zh body {
  font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
