Safari Rendering only Black text

@cyberdave OK I’ve pinpointed the issue, but I don’t know how to fix it.

Every major section on the site is wrapped in a class called .section

Within .section is this property:
-webkit-text-fill-color: inherit;

If I turn that off in the safari web inspector all color styles render correctly.

Is there a way for me to republish the site with that property not included in the CSS?

Screen Shot 2021-08-31 at 11.38.15 PM