Hi there,
Thanks for posting in.
1. Please add this CSS to Admin > Appearance > Customizer > Custom > CSS with your preferred styling.
.product-addon .addon-name {
font-size: 14px;
font-weight: bold;
color: #000;
}
2. Please add this too.
.woocommerce div.product .summary .price>.amount, .woocommerce div.product .summary .price>ins>.amount {
font-size: 30px;
color: #a00a0a;
font-style: italic;
font-family: "Libre Baskerville",serif;
}
Cheers!