/* =========================================================
   Mama Sekunde – Allgemeine Sektionen
   Datei: assets/mama-sekunde-sections.css
   ========================================================= */

/* Featured Products Platzhalter entschärfen */

.featured-collection,
.collection {
  background: var(--ms-color-creme);
}

/* Bild mit Text / spätere Sektionen */

.image-with-text {
  background: var(--ms-color-creme);
}

.image-with-text__content {
  background: transparent;
}

.image-with-text__heading {
  font-family: Poppins, sans-serif;
  color: var(--ms-color-text);
  letter-spacing: -0.02em;
}

.image-with-text__text {
  font-family: Inter, sans-serif;
  color: var(--ms-color-text-soft);
}
