/* Brand wordmark — single source for all pages (home / login / mobile). */
.brand-wordmark,
.logo-text {
  font-family: "Heiti SC", "STHeiti", "SimHei", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 700; /* Bold is the heaviest real cut; 800 often falls back inconsistently */
  font-size: calc(34px * 2 / 3);
  line-height: 1;
  color: #8a8a8a;
  letter-spacing: -0.03em;
  white-space: nowrap;
  /* Same stroke on every page — avoids home/login bold mismatch */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.55px #8a8a8a;
  paint-order: stroke fill;
  font-synthesis: none;
}
