@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff650c in decimal RGB */
    --main-color: rgb(250 36 39);
	--secondary-color: rgb(26 101 180);
	
}