i checked one of your posts and i can see Bold text in some of the content.
However that text has been either set to Bold in the Editor or is what a plugin is generating.
You can use this CSS to override that:
b, strong {
font-weight: 400 !important;
}
But it will apply to ALL content that uses the <b> or <strong> tag