/* Fonts definitions with graceful local fallbacks */
@font-face {
  font-family: 'XiaoheSimplifySerif-VF';
  src: url('/fonts/XiaoheSimplifySerif-VF.otf') format('opentype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maple Mono NF CN';
  src: url('/fonts/MapleMono-NF-CN-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maple Mono NF CN';
  src: url('/fonts/MapleMono-NF-CN-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
