@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff650c in decimal RGB */
    --main-color: rgb(1,143,85);
	--main-color-rgb:1,143,85;
	
}