:root{
	--main-color: #35A936;
	--main-color-rgb: 53, 169, 54;

	/* Sidebar – dark green theme */
	--sidebar-bg: #152d16;
	--sidebar-bg-2: #1e3d1f;
	--sidebar-border: rgba(255,255,255,.09);
	--sidebar-text: rgba(255,255,255,.85);
	--sidebar-text-muted: rgba(255,255,255,.44);
	--sidebar-hover-bg: rgba(255,255,255,.08);
	--sidebar-active-bg: rgba(255,255,255,.15);
}