:root {
	--bg: #19191d;
	--lvl1: #252529;
	--lvl2: #29292d;
	--lvl4: #2b2b2f;
	--lvl5: #2e2e31;
	--lvl6: #323236;
	--lvl7: #353538;
	--lvl8: #39393d;
	--lvl9: #3b3b3f;
	--lvl10: #3e3e41;
	--primary: #68DAC5;
	--primary-variant: #007c5e;
	--secondary: #9792e3;
	--secondary-variant: #6248b8;
	--error: #CF6679;
	--success: #76cb8e;
	--info: #7099c7;
	--text: rgba(255, 255, 255, 0.87);
	--text-medium: rgba(255, 255, 255, 0.6);
	--text-disabled: rgba(255, 255, 255, 0.38);
	--text-secondary: rgba(0, 0, 0, 0.87);
	--text-secondary-medium: rgba(0, 0, 0, 0.6);
	--text-secondary-disabled: rgba(0, 0, 0, 0.38);
}