/* ================================================================
   落秋阁 V11 字体系统 — 本地优先方案
   ================================================================ */

:root {
  --font-display: "STXingkai", "KaiTi", "Microsoft YaHei", serif;
  --font-body:    "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
  --font-number:  "Segoe UI", "Microsoft YaHei", sans-serif;

  --fw-light:  300;
  --fw-regular:400;
  --fw-medium: 500;
  --fw-bold:   700;
  --fw-black:  900;

  --fs-hero:   56px;
  --fs-h1:     42px;
  --fs-h2:     28px;
  --fs-h3:     20px;
  --fs-body:   15px;
  --fs-small:  13px;
  --fs-caption:11px;

  --lh-tight:  1.25;
  --lh-normal: 1.6;
  --lh-loose:  1.8;

  --ls-display:0.06em;
  --ls-heading:0.04em;
  --ls-normal: normal;
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-normal);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, .brand h1, .hero-title {
  font-family: var(--font-display);
  letter-spacing: var(--ls-heading);
  line-height: var(--lh-tight);
}

.hero-title { font-size: var(--fs-hero); letter-spacing: var(--ls-display); }
h1, .brand h1 { font-size: var(--fs-h1); }
h2, .topbar h2 { font-size: var(--fs-h2); }
h3, .card h3 { font-size: var(--fs-h3); }

.num, .stat-card b, .stat-card .num, .profile-stat b, .cf-stat b,
.cultivation-bar span, .ratio, .admin-stats .stat-card .num {
  font-family: var(--font-number);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.xiuxian-layout, .cf-main, .game-card { font-family: var(--font-body); }
.game-title h1, .role-card h3, .log-item { font-family: var(--font-display); }
