:root {
	--main-bg-color: #D0CEC9;
	--sidebar-bg-color: #D0CEC9D0;
	--sidebar-image: url(/assets/images/sheikah-invert.jpg) center top/contain repeat;
	--menu-element: #C9C6C0;
	--sidebar-theme-switcher: #C9C6C0;
	--darker-menu-element: #B8B5B0;
	--menu-element-text-color: black;
	--lighter-menu-element: #DAD7D1;
	--gradient-top: #666;
	--text-color: black;
	--muted-text-color: #172028;
	--background: white center top/cover no-repeat;
	--background-filter: transparent;
	--sidebar-link: rgba(0, 0, 0, 0.75);
	--sidebar-link-active: black;
	--sidebar-link-active-weight: bold;
	--shadow-color: #666;
	--hover-color: rgba(255, 255, 255, 0.4);
	--light-hover-color: rgba(255, 255, 255, 0.2);
	--bg-filter: none;
	--bg-mask: radial-gradient(rgb(128,128,128), transparent 100%);
	--text-shadow: currentcolor;
}
