Change my product price color and make it bold - Brooklyn Theme

Hello guys! Could you please help me with a code that would make my product price the color 5797E6 and make the price bold? Thank you so much!

@StoreHelpNeeded Can you share your store url?

The domain: cutify-com.myshopify.com

@StoreHelpNeeded add below css into your css file

.money {
    font-weight: bold !important;
    color: #5797E6 !important;
}

That it amazing, thank you so much.

Can you also please help me to change the Original price (Before discount) to black? I dont want both the discounted price and the original price to be the same color. Thank you!