@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff9500 in decimal RGB */
	--main-color: rgb(131, 191, 43);
	--main-color-rgb:131,191,43;
	
}