@font-face {
  font-family: 'NotoSansScBasic';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("noto-sans-sc-basic-200.woff2") format('woff2');
}
@font-face {
  font-family: 'NotoSansScBasic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("noto-sans-sc-basic-regular.woff2") format('woff2');
}
@font-face {
  font-family: 'NotoSansScBasic';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("noto-sans-sc-basic-500.woff2") format('woff2');
}
@font-face {
  font-family: 'NotoSansScBasic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("noto-sans-sc-basic-700.woff2") format('woff2');
}


:root {
  --font-family-sans-serif: 'NotoSansScBasic', "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --NotoSansSimplified: 'NotoSansScBasic', "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

body {
  font-family: var(--NotoSansSimplified);
}
