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

blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
.site-logo > div {
  font-family: "Lora", serif;
}

.entry-content .opening {
  font-family: "Lato", sans-serif;
}

.entry-content .opening p:first-child:first-letter {
  font-family: "Lora", serif;
}

.entry-content .entry-counter-list li:before {
  font-family: "Lato", sans-serif;
}

body,
.button,
.woocommerce-pagination,
.read-more,
#paging,
.widget-title {
  font-family: "Lato", sans-serif;
}