Using Habitat Theme. How can I change the color of all the body text only?

I am using the Habitat theme and it seems that in the color selector and the “Primary Color” option is responsible for the color for the header and body text throughout the site. How can I make it so that the body text is a different color. I don’t just want to apply this to the rich text element, but also everywhere else that body text appears, such as product pages. Is there a specific file that will allow me to modify colors individually?

https://shoplifewellness.myshopify.com/

@Life_Wellness Go to assets/app.css and paste below css at bottom of file.

body, .body-font
{
color: #000 !important;
}

Quick and Easy! Thanks for your help.

Hi

I have this same issue and want to try your solution however I can’t even find the assests/apps.css section you say to go to - can you direct me?