html { scroll-behavior: smooth; }
body { font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

/* Let theme.css drive navbar/footer colors via CSS variables */
.navbar a { color: var(--brand-contrast) !important; }

/* Hero uses theme tokens for consistent look */
.hero {
  background: var(--brand);
  color: var(--brand-contrast);
  padding: 120px 0;
  text-align: center;
}

