@charset "utf-8";

/* CSS Document */

:root {
	
	/* #006534 in decimal RGB */
    --main-color: #006534;
	--main-color-rgb:255,101,12;
	
}