/* Base typography with Google Fonts enabled
============================================= */

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-logo,
label,
.btn,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button,
.site-tagline,
.ci-slide-title,
.navigation-main a {
  font-family: "Merriweather", serif;
}