Hi Scott,
Take a look around line 236 in your style.css –
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 600;
line-height: 1.2;
margin: 0 0 20px;
}
Or you can copy/paste the above code to your Custom CSS section if you prefer not to edit the theme files directly.
Let me know if this helps.