@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff9500 in decimal RGB */
	--main-color: #1b294f;
	--main-color-rgb:255,149,0;
	
}