@charset "utf-8";

/* CSS Document */

:root {
	
	/* #df0303 in decimal RGB */
    --main-color: rgb(242 105 34);
	--main-color-rgb:242,105,34;
	
	/* #2a2373 in decimal RGB */
	--color-two: rgb(33 37 76);
	--color-two-rgb:33,37,76;
	
}