@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff9500 in decimal RGB */
	--main-color: rgb(229,46,45);
	--main-color-rgb:229,46,45;
	
}