

:root {
	--body-background: linear-gradient(0deg, #292736, #010101);
	--sidebar-bg: linear-gradient(0deg, #bfbcd3, #f5f5f8);
	--logo-pic: url("./theme/logo.svg");
    	--main-font: sans-serif;
    	--line-height: 1.4;
	--main-font-color: #555;
	--section-background-color: #ffffff70;
	--section-header-font-color: #222;
	--section-header-sep-color: #cccccc50;
	--input-border: 1px solid #ccc;
	--input-active-color: #292736;
	--button-background-color: #fff6;
	--button-font-family: system-ui, Arial, sans-serif;
	--button-hover-color: #bfbcd3;
	--button-active-background-color: #292736;
	--button-active-font-color: #fff;
}
