@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff650c in decimal RGB */
	--main-color: #26348c;
	--main-color-rgb:38,52,149;
	/* secondary color is */

	/* --secondary-color: rgba(3, 154, 62, 1);
	--secondary-color-rgb:3,154,62; */
}