.fill-auto , .fill-auto *:not(ellipse) {
    fill: var(--text-color) !important;
}

.fill-auto ellipse {
    stroke: var(--text-color) !important;
}

