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

      color: rgb(var(--color-foreground));
    }
