.block-svg-text svg {
	fill: currentColor;
	display: block;
}

.has-primary-background-color .block-svg-text svg {
	fill: var(--wp--preset--color--tertiary);
}

.has-background:not(.has-primary-background-color) .block-svg-text svg {
	fill: currentColor;
}