/* JSJPOS Async Font Loading */
/* Fonts are loaded asynchronously to avoid blocking page render */
/* font-display: swap ensures text is visible before fonts load */
@font-face {
  font-family: 'PangMenZhengDao';
  unicode-range: U+4E00-9FFF, U+3400-4DBF, U+20000-2A6DF, U+2A700-2B73F, U+2B740-2B81F, U+2B820-2CEAF, U+F900-FAFF, U+3300-33FF, U+FE30-FE4F, U+FF00-FFEF;
  src: url('../style/font/pmzdbt.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: 'SourceHanSansMedium';
  unicode-range: U+4E00-9FFF, U+3400-4DBF, U+0020-007E, U+20000-2A6DF, U+FF00-FFEF, U+3000-303F;
  src: url('../style/font/SourceHanSansCN-Medium.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: 'SourceHanSansNormal';
  unicode-range: U+4E00-9FFF, U+3400-4DBF, U+0020-007E, U+20000-2A6DF, U+FF00-FFEF, U+3000-303F;
  src: url('../style/font/SourceHanSansCN-Normal.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: 'SourceHanSansRegular';
  unicode-range: U+4E00-9FFF, U+3400-4DBF, U+0020-007E, U+20000-2A6DF, U+FF00-FFEF, U+3000-303F;
  src: url('../style/font/SourceHanSansCN-Regular.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
}

