@charset "utf-8";

/* CSS Document */

:root {
	
	/* #ff9500 in decimal RGB */
	--main-color:#165DA3;
	--main-color-rgb: 0,145,247;
	
}