/* 站名可读性：在各主题 CSS 之后加载，覆盖装饰字体/大写间距对站名的裁切遮挡 */
[class*="theme-"] .brand-text,
[class*="theme-"] .site-footer .brand-text {
  font-family: var(--font-body), "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

[class*="theme-"] .masthead-brand {
  font-family: var(--font-body), "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  word-break: break-word;
  overflow-wrap: anywhere;
}
