:root { --sans: 'Manrope', Arial, sans-serif; --serif: 'Space Grotesk', Arial, sans-serif; --mono: 'DM Mono', monospace; }
body { font-family: var(--sans); }.hero-copy h1.home-title { font-family: var(--serif); font-weight: 700; font-size: clamp(80px, 12.2vw, 195px); letter-spacing: -.09em; line-height: .74; }.medium-intro h2, .about-heading h2, .contact-intro h2, .statement-copy h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.075em; }.about-lead, .contact-note { font-family: var(--sans); font-weight: 600; }.main-nav a, .contact-link, .eyebrow, .medium-tabs a, figcaption, .statement-label, .statement-link, .contact-details { font-family: var(--mono); }.wordmark { font-family: var(--serif); font-weight: 700; }
@media (max-width:760px) { .hero-copy h1.home-title { font-size: 18vw; }.medium-intro h2, .about-heading h2, .contact-intro h2 { font-size: 75px; }.statement-copy h2 { font-size: 68px; } }
