:root {
	--heading: #457EB8;
	--headingaccent: #D4DEEC;
	--headingaccentlight: hsl(0, 0%, 95%);
	
	--red: #BB0000;
	--green: #318549;
	--amber: #cccc00;
	--grey: #777;
	--greyborder: #b1b1b1;
	--yellow: #feffc7;
	--boldweight: 650;
	
	--fontsize: 14px;
	--inputfontsize: 13px;
	--fontsmall: 12px;
	--inputwidth: 216px;
	
	--tablefontsize: 13px;
	--tableheaderfontsize: 14px;
	--tableheaderbackground: #5e5e5e;
	--tabledatabackground: #e4e4e4;
	
	--menufontsize: 14px;
	--menubackground: #3E5D86;
	--menubackgroundgradient: #6289BB;
	
	
	/* fake theme */

	/* --heading: #da1002;
	--headingaccent: #e5d0cf;
	--menubackground: #c91104;
	--menubackgroundgradient: #c52116; */
	
	
	


}