@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff650c in decimal RGB */
    --main-color: rgb(237 28 36);
	--main-color-rgb:255,101,12;
	--blue-color:#1f4b92;
	
}