@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Newsreader:wght@400;700&display=swap');

/*
Welcome to Custom CSS!
To learn how this works, see https://wp.me/PEmnE-Bt
*/
h1 {
	color: grey;
}
.site-header {
	margin: 3px;
	padding: 3rem 0;
	margin-top: -50px;
}
/* Removes margins around entry title | 23847868-hc(DR) */
.singular .hentry .entry-header .entry-title:before,.singular .hentry .entry-header .entry-title:after,.page-title:before,.page-title:after {
	margin-bottom: -10px;
}
.site-content {
	padding-top: 1em;
}
.page-header {
	padding-bottom: 0;
}
/* Hide horizontal lines near each heading */
.entry-title:before, .entry-title:after,.page-title:before,.page-title:after {
	display: none !important;
}
/* FIX: Admin Posts title going vertical (Firefox / wide screens) */
.wp-admin .wp-list-table .column-title {
	max-width: none !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
	white-space: normal !important;
}
.featured-image img,
.post-thumbnail img,
.wp-post-image {
    max-width: 740px !important;
    width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}
body, p, .entry-content, .entry-content p {
    font-family: 'Newsreader', serif !important;
    font-size: 1.02em !important;
}
h1, h2, h3, h4, h5, h6,
.entry-content h1, .entry-content h2, .entry-content h3, 
.entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
}

h6 {
    margin-bottom: 0;
}
h6 + p {
    margin-top: 0;
}

body, p, .entry-content, .entry-content p {
    font-family: 'Newsreader', serif !important;
    font-size: 1.02em !important;
    line-height: 1.5 !important;
}


.wp-caption-text,
figcaption,
.entry-content figcaption,
.wp-block-image figcaption,
.wp-block-image .wp-caption-text {
    font-family: 'Inter', serif !important;
    font-size: 0.6em !important;
font-weight: bold !important;
}
/* Common footnote plugin/theme classes */
.footnotes, 
.footnote, 
.footnote-text,
.wp-block-footnotes,
sup.footnote-ref,
.fn, .footnotes-list {
    font-family: 'Newsreader', serif !important;
}