/* *{
	color: red;
} */


html{
	font-size: 16px;
}

:root {
	font-size: 16px;
	--mrs-eaves: mrs-eaves, Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
	--mr-eaves: mr-eaves-xl-sans-narrow, Verdana, Geneva, sans-serif
}

body,p,li,input,select,blockquote,
.genesis-nav-menu a, 
.genesis-nav-menu .toggle-header-search{
	font-family: var(--mrs-eaves);
}
h1,h2,h3,h4,h5,h6,.entry-title{
	font-family: var(--mr-eaves);
}

h1,h2,h3,h5,.entry-title{
	font-weight: 900;
}

h1,h3,h4{
	text-transform: uppercase;
}

h1{
	font-size: 2.375rem;
	letter-spacing: 3px;	
}
@media screen and (min-width: 768px) {
	h1{
		font-size: 3rem;
	}
}
h2{
	font-size: 2rem;
	letter-spacing: 1px;
}
h3{
	font-size: 1.25rem;
	
}
h4{
	font-weight: 400;
	font-size: 1.375rem;
	letter-spacing: 1px;
}
h5{
	font-size: 1.125rem;
}
h6{
	font-weight: 400;
	font-size: 1.125rem;
}

html body .site-container blockquote.wp-block-quote{
	/* background: rgba(0,0,0,.1); */
	background: #faf7f4;
	padding: 20px 40px;
}

html body .site-container blockquote.wp-block-quote p{
	font-weight: 700;
	font-size: 1.125rem;
	font-family: var(--mrs-eaves);
	font-style: normal;
	margin-bottom: 2rem;
	color: #554948;
	/* color: #828282; */
}



html body .site-container blockquote.wp-block-quote cite,
html body .site-container figure figcaption{
	font-weight: 400;
	font-size: 1rem;
	font-family: var(--mrs-eaves);
	font-style: normal;	
}

figcaption{
	font-size: .875rem;
	text-align: left;
}

html body .site-container div.wp-block-button a.wp-block-button__link,
html body .site-container .gb-block-post-grid a.gb-block-post-grid-more-link.gb-text-link{
	font-family: var(--mr-eaves);
	font-weight: 700;
	font-size: 1.125rem;
	letter-spacing: 1px;
}