/**
 * Serif Fonts
 */
.chapter-nav-buttons a,
#tome-cover .book-author,
#tome-cover h1,
#tome-cover p,
.empty-cover,
.filters-bar .show-tags,
.author small,
#primary .subtitle,
.chapter-header .subtitle,
#primary .byline,
.chapter-header .author,
.pullquote p,
button.viewer-close,
blockquote .has-tip,
blockquote p,
ul,
ol,
dl,
p {
	font-family: 'Lora', serif;
}



/**
 * Sans-Serif Fonts
 */
.comment-respond form.comment-form input[name="submit"],
.comment-respond form.comment-form p,
div.gallery-cover h2,
#side-menu > nav a,
#side-menu > p,
.type-filters li a,
.select2-results__option,
.select2-selection__choice,
.filters-bar .select2-search__field,
.filters-bar,
.mu_register .submit input[type='submit'],
#comments li,
#comments p,
article.attachment-data article p,
article.attachment-data article ul,
.chapter-header-media p.caption,
.top-bar .toggle-topbar.menu-icon a,
.top-bar-section ul li > a,
.top-bar-section li,
.custom-left-menu li a,
.button,
button[data-clone],
button[data-delete],
figure figcaption,
button,
h1,
h2,
h3,
h4,
h5,
h6,
body {
	font-family: 'Noto Sans', sans-serif;
}

.tomeInfoWindow {
	font-family: 'Open Sans','Noto Sans', serif;
}



/**
 * Monospace Fonts
 */
.citation-text,
.keystroke,
code,
kbd,
pre,
samp,
code {
	font-family: Consolas, "Liberation Mono", Courier, monospace;
}



