@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("https://xcx-oss.oss-cn-shanghai.aliyuncs.com/fonts/SourceHanSansCN-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("https://xcx-oss.oss-cn-shanghai.aliyuncs.com/fonts/SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("https://xcx-oss.oss-cn-shanghai.aliyuncs.com/fonts/SourceHanSansCN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("https://xcx-oss.oss-cn-shanghai.aliyuncs.com/fonts/SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceHanSansHWSC-Bold";
  src: url("https://xcx-oss.oss-cn-shanghai.aliyuncs.com/fonts/SourceHanSansHWSC-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("https://xcx-oss.oss-cn-shanghai.aliyuncs.com/fonts/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-cn-light: "SourceHanSansCN-Light", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --font-cn-regular: "SourceHanSansCN-Regular", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --font-cn-medium: "SourceHanSansCN-Medium", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --font-cn-bold: "SourceHanSansCN-Bold", "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  --font-hw-sc-bold: "SourceHanSansHWSC-Bold", var(--font-cn-bold);
  --font-en-regular: "Inter-Regular", Arial, sans-serif;
}
<!--ºÄÊ±1784981588.8336Ãë-->