#fw-section-rich-text-23370b81-bc56-4efd-9553-e5a8b33a03b4 {
--color-primary: #16a8ff;
--color-primary-rgb: 22, 168, 255;
--color-background: #090907;
--color-background-rgb: 9, 9, 7;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #FFFFFF;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #FFFFFF;
--color-background-brightness: 9;
background-color: var(--color-background);
color: var(--color-on-background);
/* Allgemeiner Text-Styling */
body, p, span, div {
  font-size: 20px !important;
  line-height: 1.6 !important;
}

/* Optional: für Überschriften, falls du sie auch anpassen willst */
h1, h2, h3 {
  line-height: 1.3 !important;
}

/* Wenn du nur einen bestimmten Bereich vergrößern willst */
.text-content {
  font-size: 20px !important;
  line-height: 1.6 !important;
}

}