/* The selected YorkHouse pairing: Fraunces + Source Sans 3. */
body, .brand, .button, .signup input,
.footer-links a, .footer-link, .footer-social a,
.form-consent, .dialog-close {
  font-family: "Source Sans 3", sans-serif;
}
h1, h2, blockquote, .principles h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
  font-variation-settings: "opsz" 72, "wght" 400, "SOFT" 20, "WONK" 0;
  line-height: 1.12;
}
.hero-copy { max-width: min(940px, 88vw); }
.hero h1 { font-size: clamp(3rem, 5.3vw, 5.8rem); letter-spacing: -.025em; }
.vision h2, .signup h2 { font-size: clamp(2.65rem, 4.2vw, 4.25rem); }
.manifesto blockquote { font-size: clamp(2.35rem, 4.2vw, 4rem); }
.principles h3 { font-size: 1.65rem; }
@media (max-width: 560px) {
  .hero h1 { font-size: clamp(2.45rem, 9.5vw, 3.35rem); }
  .vision h2, .signup h2 { font-size: clamp(2.3rem, 9vw, 2.9rem); }
  .manifesto blockquote { font-size: clamp(2.15rem, 8.4vw, 2.9rem); }
}
