@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff650c in decimal RGB */
    --main-color: rgb(108 105 104);
	--main-color-rgb:108 105 104;
	
}