/**
 * 全局字体 Inter
 * 来源: https://rsms.me/inter/ (OFL-1.1)
 */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/InterVariable-Italic.woff2') format('woff2');
}

/* 全站默认中文：Noto Sans CJK SC Regular */
@font-face {
  font-family: "Noto Sans CJK SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoSansCJKsc-Regular.otf') format('opentype');
}

:root,
body {
  font-family: InterVariable, "Noto Sans CJK SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;
}
