/* Formal academic typography: Chinese Ming/Song serif + classical English serif. */
:root{
  --academic-cn:"Source Han Serif SC","Noto Serif CJK SC","Songti SC","STSong","SimSun",serif;
  --academic-en:"Times New Roman",Times,"Nimbus Roman No9 L",serif;
}

body,
.topbar nav,
.hero .intro,
.hero-holdings,
.hero-actions,
.section,
.about,
footer,
dialog{
  font-family:var(--academic-cn);
  font-synthesis:none;
  text-rendering:optimizeLegibility;
}

.hero h1,
.section-heading h2,
.about h2,
.material-category strong,
.material-collection strong,
dialog h2{
  font-family:"ArchiveMing",var(--academic-cn);
  font-weight:400;
  letter-spacing:.035em;
}

.brand,
.brand span,
.eyebrow,
.hero .eyebrow,
.hero-visual figcaption span,
.stats strong{
  font-family:var(--academic-en);
  font-synthesis:none;
  text-rendering:optimizeLegibility;
}

.brand{font-weight:400;letter-spacing:0}
.brand span{font-size:9px;font-weight:400;letter-spacing:.16em}
.eyebrow,.hero .eyebrow{font-weight:400;letter-spacing:.16em}
.stats strong{font-weight:400}
.hero-seal{display:none!important}
