
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

html, body {
	background-color: #FAFAFA !important;
}


a:link, a:active, a:visited, a:hover {
 	text-decoration: none;
	color: #438BBF;
}


p {
	margin-block-end: 1.5em !important;
}


.rounded-circle .show-closer {
	background-color: rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important !important;
}


ol {
	/! prevent two-digit numbered lists from getting cut off	 !/
	padding-left: 50px !important;
	padding-inline-start: 50px !important;
}


img {
	margin: 0px !important;
	background-color: #E8EFF2 !important; # Group 1 background
	#border-bottom-left-radius: 8px  !important;
	#border-bottom-right-radius: 8px !important;
	#border-top-left-radius: 8px !important;
	#border-top-right-radius: 8px !important;
}


video {
	background-color: #E8EFF2 !important; # Group 1 background
}


.foundry-typeface-two {
	font-style: italic;
}



.foundry-typeface-three em {
	font-style: normal !important;
}


.foundry-typeface-three:hover em {
	#font-weight: 500 !important;
    
    #-webkit-text-stroke: 0.25px black;
    #text-stroke: 0.25px black;
    
   	#background-color: HotPink;
	#background-color: #438BBF33;
	#background-color: gold;
	#background-color: pink;
	#background-color: HSL(0, 75%, 95%);
	#background-color: HSL(40, 90%, 90%);

	background-color: HSL(205, 50%, 90%);
}