/* Keep the website self-contained while avoiding the condensed Impact fallback. */
.brand {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}

.hero h1,
h2,
.legal h1 {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 850;
  letter-spacing: -0.065em;
}
