@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


h1, h2, h3, h4, h5, h6 {
        font-family: 'Merriweather', serif !important;
        line-height: 1.75em;
}
/*
h1, h2, h3, h4, h5, h6 {
        font-family: 'Merriweather', serif !important;
        color: var(--white);
        background-color: var(--medium-green);
        padding-top: 0.5em !important;
        padding-bottom: 0.5em;
        padding-left: 1em;
        padding-right: 1em;
        margin-top: 2em;
        display: inline-block;
        border-radius: 0em 1em 1em 0em;
}
*/

.text-align-center {
        text-align: center !important;
}

a {
	color: var(--link);
	text-decoration: none;
}

a:hover {
	color: var(--text-black);
	text-decoration: none;
}

h1 {
	font-size: 1.6em;
	font-weight: 600;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

@media only screen and (max-width: 900px) {
	h1 {
		margin-left: 0.5em !important;
	}
}

h2 {
	font-size: 1.4em;
	font-weight: 600;
	padding-top: 1em;
}

h3 {
	font-size: 1.2em;
	font-weight: 600;
	padding-top: 0.2em;
}

h4 {
	font-size: 1.1em;
	font-weight: 600;
	padding-top: 0.1em;
}

#block-implantation-2023-content p {
	text-align: justify;
	padding-top: 0.2em;
	line-height: 1.75em;
}

#block-implantation-2023-content li {
	line-height: 1.75em;
	text-align: justify;
}

/* align text left for super tiny screens */
@media only screen and (max-width: 400px) {
	div.sp_leader_prompt p,
	div.sp_leader_prompt li,
	div.sp_question p,
	div.sp_question li,
	#block-implantation-2023-content p,
	#block-implantation-2023-content li {
		text-align: left !important;
	}
}
