font face on contribution pages

Using Berlin theme. Modified the rest of the css on our site, but having a difficult time determining which elements modify the directives like "What type of item do you want to share?" and "Personal Information." From the source code, seems to be "inputs" but doesn't appear to be anywhere on the Berlin stylesheet or the default.css. Here is the page http://www.storiesfrommainstreet2.org/contribution

Looks like those elements are coming from the Contribution plugin, which doesn't seem to have a public stylesheet. I haven't tested this, but a selector like:

fieldset#contribution-item-metadata label {
font-face:
}

might do the trick, at least for the first instance.

"What type of item do you want to share?" is a label. "Personal Information" is a legend.

You can style these elements in your own stylesheet and they'll affect the Contribution elements just fine.