@charset "utf-8";

/* CSS Document */

:root {
	
	/* #E9B830 in decimal RGB */
    --main-color: rgb(233,184,48);
	--main-color-rgb:233,184,48;
	
}