/* Adobe Source Han Sans SC; license distributed alongside the font. */
@font-face {
  font-family: 'Source Han Sans SC';
  src: url('/fonts/SourceHanSansSC-VF.woff2') format('woff2');
  font-style: normal;
  font-weight: 250 900;
  font-display: swap;
}
:root {
  --font-site: 'Source Han Sans SC', sans-serif;
  font-family: var(--font-site);
}
body, button, input, textarea, select, optgroup {
  font-family: var(--font-site);
}
