@use '../atoms/variables' as *; // ─── Begrüßung zwischen Header und Formular ─────────────────────────────────── .greeting { max-width: $content-max-width; width: 100%; margin: 0 auto; padding: $space-5 $space-6 0; &__text { font-size: $font-size-lg; font-weight: $font-weight-bold; color: $color-text-dark; } }