/* 酒单渲染器字体 — 子集化自托管，确保跨设备一致 */

/* 得意黑 — 大编号装饰 */
@font-face {
  font-family: 'Smiley Sans';
  src: url('/assets/fonts/SmileySans-subset.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 优设标题黑 — 店铺标题 */
@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url('/assets/fonts/YouSheBiaoTiHei-subset.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 思源黑体 SC Regular — 正文 */
@font-face {
  font-family: 'Source Han Sans SC';
  src: url('/assets/fonts/SourceHanSansCN-Regular-subset.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 思源黑体 SC Heavy — 标题/编号 */
@font-face {
  font-family: 'Source Han Sans SC Heavy';
  src: url('/assets/fonts/SourceHanSansCN-Heavy-subset.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
