:root {
	/* Define CSS Variable & Use it using var function OK. Working */
	
	/* Orange Theme */
 	--my-dark: red;
	--my-light: #dd4b39;
 	--my-darkest: darkred;
	--my-lightest: #FEF4E6;  /* light color values: #FEF4E6 */
	
}

.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; */
}
