Change font weight of all text elements (for all layouts except for the badges)

Add this code to the Custom CSS field on the Style tab of your Reviews widget’s settings:

[class*="Main__Container-sc"] div {
font-weight: 600;
}