/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2025 | 13:33:14 */
/* Browser Text highlight styles */
 ::selection{
	background-color:var( --e-global-color-text );
	color:var(--e-global-color-accent);
} 

/* For the firefox browsers */
::moz-selection{
	background-color:var( --e-global-color-text );
	color:var(--e-global-color-accent); 
}


