.text-muted { color: var(--muted) !important; }
.bg-soft { background: var(--surface-2) !important; }

.rounded-2 { border-radius: var(--r2) !important; }
.shadow-soft { box-shadow: var(--shadow) !important; }

.mt-4 { margin-top: var(--s4) !important; }
.mb-4 { margin-bottom: var(--s4) !important; }

/* Falls du noch sr-only irgendwo nutzt */
.sr-only { 
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
