
  .image-with-text-3 .c-bg-1,
  .image-with-text-3 .c-bg-2,
  .image-with-text-3 .c-bg-3 {
    --color-foreground: var(--color-special-text, var(--color-base-accent-1));
    --color-button: var(--color-special-text, var(--color-base-accent-1))
  }
.image-with-text-3 .c-bg-1 .text, .image-with-text-3 .c-bg-2 .text, .image-with-text-3 .c-bg-3 .text {
      --color-foreground: var(--color-base-text);
      color: rgb(var(--color-foreground));
    }
.image-with-text-3 .c-accent-1,
  .image-with-text-3 .c-accent-2,
  .image-with-text-3 .c-accent-3,
  .image-with-text-3 .c-inverse {
    --color-button: var(--color-special-text, var(--color-button));
  }
