@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff650c in decimal RGB */
    --main-color: #9E9E9E;
	--main-color-rgb:255,101,12;
	
}