@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff9500 in decimal RGB */
	/*--main-color: rgb(255,149,0);*/
	/*--main-color-rgb:255,149,0;*/
	
	
	
	/* #ff9500 in decimal RGB */
	--main-color: rgb(183 48 48);
	--main-color-rgb:183,48,48;
	
}