/* home.css — overrides specific to / */

/* Reserve for home-only tweaks. Shared components live in style.css. */
.hero {
  background: var(--color-surface);
}
