/* Use the intended web font in every browser; avoid Windows' Arial Narrow substitution. */
.hero h1,
.section h2,
.results-band h2,
.resume h2,
.contact h2 {
  font-family: "Space Grotesk", Inter, Arial, sans-serif;
}
