/* Committed Inspector overrides for the "home" page — written by the
   Inspector's Save (via /api/inspector-css), served to every visitor via a
   <link> on the page. Selectors are page-scoped; the [class*="Module_x__"]
   idiom survives CSS-module hash churn. Edit through the Inspector, not by
   hand — Save regenerates this whole file. Text edits commit separately to
   the content source. */

#top :where([class*="Hero_kicker__"]) {
  font-family: var(--font-heading, var(--font-tight, inherit));
  font-size: var(--text-section);
}

#top :where([class*="page_label__"]) {
  letter-spacing: normal;
}

#top [class*="About_band__"]:nth-child(4) {
  padding-top: 7px;
}
