/* Force Merriweather across the entire site including custom HTML/bootstrap blocks */
body, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
a, 
span, 
div.card, 
div.card-body, 
.card-title, 
.card-text, 
.btn, 
input, 
textarea, 
select {
    font-family: 'Merriweather', Georgia, serif !important;
}
