:root {
	/* Define CSS Variable & Use it using var function OK. Working */
	
	/* Grey Theme */
 	--my-dark: #515151;
	--my-light: #7E7E7E ;  /*  #B1B1B1 */
 	--my-darkest: black;
	--my-lightest: #E1E1E1;  /* light color values: #F4FFFF */
	
}

.my-text-shadow {
	/* font-family: "Nunito", sans-serif; */
	text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
	/* color: white; */
	/* font-size: 50px; */
	/* margin-top: 20vh; */
}
