/* Hummelberg — gemeinsames Styling (Tailwind-CDN-Supplement) */

/* Touch-Targets immer >= 44px */
nav a {
  min-height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

/* Smooth Scroll für Anker */
html {
  scroll-behavior: smooth;
}
