/* Deferred Noto weights — loaded after first paint */
@font-face{
  font-family:'Noto Serif SC';
  src:url('/assets/fonts/noto/noto-serif-sc-300.woff2') format('woff2');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Serif SC';
  src:url('/assets/fonts/noto/noto-serif-sc-500.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Serif SC';
  src:url('/assets/fonts/noto/noto-serif-sc-600.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Sans SC';
  src:url('/assets/fonts/noto/noto-sans-sc-300.woff2') format('woff2');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Sans SC';
  src:url('/assets/fonts/noto/noto-sans-sc-500.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
