
:root {
	--mainBG: #e69138;
	--mainFG: #ffffff;
	--mainBLEND: multiply;
	--mainIMG: url("https://the.cecikut.com/api/media/1/?_=4c8750cd%3Agif");
	--mainIMG_SIZE: cover;
	--mainIMG_POSITION: center;
	--mainIMG_REPEAT: no-repeat;
	--primaryBG: #783f04;
	--primaryFG: #ffffff;
	--primaryBLEND: color-burn;
	--secondaryBG: #e69138;
	--secondaryFG: #000000;
	--secondaryBLEND: overlay;
	--tertiaryBG: #f6b26b;
	--tertiaryFG: #783f04;
	--tertiaryBLEND: overlay;
}

