@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff650c in decimal RGB */
    --main-color: #7CB10D;
	--main-color-rgb:139,185,39;
	
}