@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff650c in decimal RGB */
    /* --main-color: rgb(255,101,12); */
    /* --main-color: rgb(253 66 95); */
    --main-color: rgb(236 29 37);
	--main-color-rgb:236,29,37;
	
}