/* DirectWrite drops this VF if the face claims 100-900 while the wght axis is 200-700.
   The file name says Thin because the default wght axis is 200; Regular is 400. */
@font-face {
  font-family: 'Alimama FangYuan';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('/assets/fonts/alimama-fangyuan/AlimamaFangYuanTiVF-Thin.woff2') format('woff2');
}

html {
  font-synthesis: none;
}

html, body {
  font-weight: var(--dg-font-weight, 600);
  font-variation-settings: "BEVL" 80;
}
