:root {
	--primary-color: rgb(189, 157, 89);
	--primary-text-color: rgb(255, 255, 255);
	--secondary-color: rgb(189, 157, 89);
	--body-background-color: rgb(255, 255, 255);
	--body-text-color: rgb(33, 37, 41);
	--body-font-size: 14px;
	--header-background-color: rgb(0, 0, 0);
	--header-text-color: rgb(255, 255, 255);
	--menu-background-color: rgb(255, 255, 255);
	--menu-text-color: rgb(25, 25, 25);
	--footer-background-color: rgb(0, 0, 0);
	--footer-text-color: rgb(255, 255, 255);
}