Custom callout title, remove bold

Try .callout-title-inner instead.

.callout[data-callout="links"] .callout-title .callout-title-inner {
font-family: sans-serif;
font-weight: 400;

As a note, if you want a very thin font to try for this, try font-family: monospace;. Not all fonts have all weight and styling options.