/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2025 | 20:23:50 */
/* Browser Text highlight styles */
 ::selection{
	background-color:var( --e-global-color-primary );
	color:var(--e-global-color-accent );
} 

/* For the firefox browsers */
::moz-selection{
	background-color:var( --e-global-color-primary );
	color:var(--e-global-color-accent );

