/* Enter Your Custom CSS Here */

/* Site title style */
.site-title {
    font-family: "Tangerine";
    font-size: 96px;
    color: #222;
		font-weight: normal;
}
.site-title a:hover {
    color: #846d04 !important;
}

/* Site logo style */
img.custom-logo {
    height: 70px;
    width: auto;
}

/* Title style */
h1, h2, h3, h4, h5, h6{
	font-family: "Tangerine";
	font-weight: normal;
}
.entry-content h2{
	font-size: 48px;
}
.entry-content h1{
		font-family: "Tangerine";
		font-weight: normal;
		font-size: 64px;
}
.wp-block-media-text__content h3 a{
		font-family: "Tangerine";
		font-weight: normal;
		font-size: 40px;
		color: #846d04;
}
.wp-block-media-text__content h3 a:hover{
		text-decoration: underline;
}
p{
	font-family: "Alegreya";
}

















