DAWN need help changing text colours on checkout

Can someone provide me with the code needed to change the text on the checkout page to white? right now its a dark grey and almost impossible to see, i’ve tried researching but haven’t found a solution yet

website is www.street-style.com.au

Add this code to base.css file

.cart-item__name, 
.cart__blocks,
.totals__total,
.cart-item__price-wrapper .price,
.title-wrapper-with-link a { color: #fff; }

Thank you

I’ve just realised that the remove from cart trash icon is still grey, would you be able to provide the new code for that too? Thank you

This is additional CSS code for cart trash

cart-remove-button svg path { fill: #fff !important; }