/* Shared editorial type system: display titles echo the hero's quiet, thin voice. */
:root {
  --font-display: "Bodoni Moda", Georgia, serif;
  --font-body: "Archivo", Arial, sans-serif;
}

body { font-family: var(--font-body) !important; }

h1,
h2,
h3,
.display,
.page-hero h1,
.section-head h2,
.manifesto blockquote,
.artist-grid h3,
.card-info .title,
.lightbox-text h3,
.piece-option .po-title,
.legal h2 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  letter-spacing: -.035em !important;
  font-optical-sizing: auto;
  text-wrap: balance;
}

.brand-mark .name,
.mobile-panel a,
.footer-inner .fname {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
}

body:has(.ao-home) .archive-copy h2,
body:has(.ao-home) .scroll-gallery-head h2,
body:has(.ao-home) .artist-copy h2,
body:has(.ao-home) .home-contact h2,
body:has(.ao-home) .hero-statement h1 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
}
