/* Global typography — Fraunces headings, Inter Tight body */
html {
  font-family: var(--body, 'Inter Tight', sans-serif);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--display, 'Fraunces', 'Times New Roman', serif);
  font-weight: 400;
}

/* UI labels and meta copy stay on the body face */
.eyebrow,
.section-eyebrow,
.primitive-map-eyebrow,
.cluster-eyebrow,
.deploy-badge,
.cluster-status,
.tag,
.newsletter-label,
.jump,
.byline,
.footer-col h5 {
  font-family: var(--body, 'Inter Tight', sans-serif);
}

button,
input,
textarea,
select {
  font-family: var(--body, 'Inter Tight', sans-serif);
}

nav.site-nav,
.mobile-menu {
  font-family: var(--body, 'Inter Tight', sans-serif);
}
