/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2024 | 12:41:12 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

:root {
	--white:#FFFFFF;
	--black:#000000;
	--orange:#E65644;
	--black00:#000422;
	--gray83:#8E91AA;	
	--bg-color:#F3F3F3;
}
body {
	background-color:#F3F3F3 !important;
}
