/* Cursor Styling für interaktive Elemente */
button, a, [role="button"] {
  cursor: pointer;
}

