/* RE/CON Neue Haas Grotesk typography */

body {
  font-family: "neue-haas-grotesk-text", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}

.hero-copy h1 {
  font-family: "neue-haas-grotesk-text", "Inter", system-ui, sans-serif;
  font-weight: 400;
}

.practice-copy h2 {
  font-family: "neue-haas-grotesk-text", "Inter", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(25px, 2.75vw, 44px);
  letter-spacing: -0.018em;
}

.contact h2 {
  font-family: "neue-haas-grotesk-text", "Inter", system-ui, sans-serif;
  font-weight: 400;
}

.section-index {
  color: rgba(234,234,234,.68);
}

.project-meta h2 {
  font-family: "neue-haas-grotesk-display", "Inter", system-ui, sans-serif;
  font-weight: 500;
}

.project-line {
  font-family: "neue-haas-grotesk-text", "Inter", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(19px, 1.6vw, 26px);
  opacity: .78;
}

.project-status strong {
  font-weight: 500;
}
