/* Themify Customize Styling */
body {	
	font-family: "DM Sans";	font-weight:400;
 
}
:root {	
	--theme_accent: #059669;
	--theme_accent_hover: #34d399; 
}
h1 {		font-weight:800;
 
}
body #site-logo a img {		width: 250px; 
}
body #site-logo a:hover {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
 
}
#footer-logo a img {		width: 40px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
#footer-logo a img {		width: 40px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
#footer-logo a img {		width: 40px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 250px; 
}
#footer-logo a img {		width: 40px; 
}
 }