Why won't my text bold in Refresh theme on live website?

Im using refresh theme, and the body text won’t bold in the live website. what’s the solution?

Hello @pp99

Could you please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.

Hi @pp99

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hello @pp99

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

body {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}