Hello,
Please do not edit style.css file of the parent theme, because changes will be lost after theme update. Custom css code can be added in Theme Options > Custom css of in style.css of a child theme.
Try to add this code in Custom css via Theme Options:
.product .price {
font: 35px 'Roboto', Arial, Helvetica, sans-serif;
font-weight: 500;
}
Regards