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

body {
  font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
.footer-info,
.site-logo,
.site-tagline,
.head-language-selector,
.page-hero-subtitle,
.section-subtitle,
.item-tooltip,
.item-subtitle,
.item-title,
.navigation,
.navigation-main a,
.btn,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button,
.nav-button > a {
  font-family: Lora, serif;
}