/* ===================================================================
   Tipografia global — Fase 4 (rollout)
   Aplica a fonte serifada (Fraunces) nos títulos principais em todo o
   site, sem alterar textos de corpo/menu/botões (continuam em Inter).
   Depende do link da fonte Google Fonts, incluído junto no <head>.
=================================================================== */
h1,
.inst-hero h1,
.inst-hero strong,
.page-hero h1,
.home-hero h1,
.inst-section h2,
.home-section-head h2,
.founder-teaser h2,
.cta h2,
.inst-cta h2{
  font-family:'Fraunces',Georgia,serif;
  font-weight:600;
  letter-spacing:-0.01em;
}
