/* ============================================================
   work-detail-typescale.css — 作品详情页 字号统一层
   ------------------------------------------------------------
   叠在 work-detail.css 之上,只覆盖 font-size,把剩余硬编码
   映射到 --fs-* 基准。
   注:.vc-stat .big(超大统计数字,96–272px)是刻意的展示型
   巨数,不并入文字级别,保持原冲击力。
   ============================================================ */

/* ---------- 章节大数字 → display ---------- */
.vb-chapter .num         { font-size: var(--fs-display); }

/* ---------- 二级标题 → h2 ---------- */
.vb-year .yr,
.vb-more-row h3          { font-size: var(--fs-h2); }

/* ---------- 三级标题 → h3 ---------- */
.vc-more-card h3         { font-size: var(--fs-h3); }

/* ---------- 正文 → body(16px) ---------- */
.va-meta .v,
.vb-meta .v,
.vc-meta .v              { font-size: var(--fs-body); }

/* ---------- 次要小字 → sm ---------- */
.scallop,
.va-more-row .c          { font-size: var(--fs-sm); }

/* ---------- 标签 → label ---------- */
.cx-switch a,
.vb-more-row .c,
.vc-more-card .c,
.vc-more-card .go        { font-size: var(--fs-label); }
