/*
 * 品牌字「華言錄 / 华言录」专用面：本地 Noto Serif SC 切片 + preload，
 * 避免 Google 分片 swap 导致顶栏连跳。
 * font-display: block — 短等待后整词同帧出现，不做逐字替换。
 */
@font-face {
  font-family: "SV Brand";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(/fonts/noto-serif-sc/w005.woff2) format("woff2");
  unicode-range: U+83EF; /* 華 */
}

@font-face {
  font-family: "SV Brand";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(/fonts/noto-serif-sc/w021.woff2) format("woff2");
  unicode-range: U+8A00, U+534E; /* 言 华 */
}

@font-face {
  font-family: "SV Brand";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(/fonts/noto-serif-sc/w033.woff2) format("woff2");
  unicode-range: U+9304; /* 錄 */
}

@font-face {
  font-family: "SV Brand";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(/fonts/noto-serif-sc/w022.woff2) format("woff2");
  unicode-range: U+5F55; /* 录 */
}
