@font-face{
  font-family:"KZCFG-C";
  src:url("fonts/kzc-300.woff2") format("woff2");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"KZCFG-C";
  src:url("fonts/kzc-400.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"KZCFG-C";
  src:url("fonts/kzc-700.woff2") format("woff2");
  font-weight:700 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"KZCFG-E";
  src:url("fonts/kze-300.woff2") format("woff2");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"KZCFG-E";
  src:url("fonts/kze-400.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"KZCFG-E";
  src:url("fonts/kze-700.woff2") format("woff2");
  font-weight:700 900;
  font-style:normal;
  font-display:swap;
}
:root{
  --font-site-zh:"KZCFG-C";
  --font-site-en:"KZCFG-E";
  --font-site:var(--font-site-zh);
}
html:lang(en){--font-site:var(--font-site-en)}
html:lang(zh),html:lang(zh-CN){--font-site:var(--font-site-zh)}
body,body *{
  font-family:var(--font-site),-apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Microsoft YaHei",sans-serif !important;
}
.lede,.intro,.report-summary,p{
  font-weight:300;
}
.brand,.nav-links,.links,h1,h2,.report-title,.meta strong,.button{
  font-weight:700;
}
.site-footer{
  border-top:1px solid #e5e5e7;
  margin-top:80px;
  background:#fff;
}
.site-footer .foot-inner{
  max-width:1120px;
  margin:0 auto;
  padding:40px 24px;
  font-size:13px;
  color:#71717a;
}
.site-footer span{
  font-weight:300;
}
