:root {
	--theme-color: #f9e8e0;

	--accent-color-light: #afdcec;
	--accent-color-lighter: #58b7d6;
	--accent-color: #0fa2d5;
	--accent-color-darker: #0a6e91;
	--accent-color-dark: #042a37;
	
	--header-bg-color: #f9e8e0;
	--header-tx-color: #000;

	--pressnote-color: rgba(35, 22, 0, 0.5);

	--menu-bg-color: #01858a;
	--menu-bg-color-hover: #036572;

	--heading-color: #036572;

	--footer-top-color: #01858a;
	--footer-bottom-color:#036572;
	--footer-tx-color: #fff;

	--text-color: #555;
	--neutral-color: #e6d5cd;

	--light-color: #7e7e7e;
}

/* КОСТЫЛИ */

.contentWrapper {
	background: var(--theme-color);
}

