:root {
	--theme-color: #fff;

	--accent-color-light: #ffedc6;
	--accent-color-lighter: #ffcf66;
	--accent-color: #ffae00;
	--accent-color-darker: #926400;
	--accent-color-dark: #312200;
	
	--header-bg-color: #fff;
	--header-tx-color: #000;

	--pressnote-color: rgba(0,19,35,.5);

	--menu-bg-color: #253d55;
	--menu-bg-color-hover: #345779;

	--heading-color: #253d55;

	--footer-top-color: #253d55;
	--footer-bottom-color: #1d3043;
	--footer-tx-color: #fff;

	--text-color: #555;
	--neutral-color: #e5edf2;

	--light-color: #7e7e7e;
}