@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff650c in decimal RGB */
    --main-color: rgb(141, 131, 15);
	--main-color: rgb(232, 101, 24);
	--main-color: rgb(140, 122, 99);
	--main-color-rgb:140, 122, 99;
	
}