How can I remove the black font override from my store?

Every time I add something to my store, its in black and I have to manually add code to use another color. Is there a way to remove this override? I wanted my button text black but I still want to have the freedom to make other things different colors, fonts, etc.

I’m trying to make some of my product description red. In the editor its red, but on the webpage its black.

no pw

@Airri

you can define a color scheme by default if you want to overwrite that for some specific pages, you need to write custom css code each time.

Thanks