@charset "utf-8";

/* CSS Document */

:root {
	
	/* #df0303 in decimal RGB */
    --main-color: rgb(255 189 89);
	--main-color-rgb:255,189,89;
	
}