@font-face {
  font-family: "Noto Sans SC";
  src: url("/assets/fonts/noto-sans-sc/NotoSansSC-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/InterVariable-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("/assets/fonts/pretendard/PretendardVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 45 930;
  font-display: swap;
}

html[lang^="zh"] {
  --site-font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html[lang="en"],
html[lang^="en-"],
html[lang="fr"],
html[lang^="fr-"] {
  --site-font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

html[lang="ko"],
html[lang^="ko-"] {
  --site-font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

html[lang] body,
html[lang] body * {
  font-family: var(--site-font-family) !important;
}
