Add to cart button text bold ( Shopify Dawn Theme )

Hello Everyone!

I am using the Shopify Dawn Theme. How do I bold the text of the Add to Cart button? Please help me. Thank you.

Store: https://blue-chic-clothes.myshopify.com/products/tws-bluetooth-wireless-headphones

Password: Admin

I want

@dreamtechzone_5 - please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.product-form__submit {
    background-color: #feb5c9;    color: #fff;    font-weight: bold;
}