:root{
	--primary: #e883ae;
	--secondary: #323232;
	--primary-hover: #D05D8E;
	--primary-dark: #B7396F;
	
	--rgba-primary-1: rgba(232,131,174,0.1);
	--rgba-primary-2: rgba(232,131,174,0.2);
	--rgba-primary-3: rgba(232,131,174,0.3);
	--rgba-primary-4: rgba(232,131,174,0.4);
	--rgba-primary-5: rgba(232,131,174,0.5);
	--rgba-primary-6: rgba(232,131,174,0.6);
	--rgba-primary-7: rgba(232,131,174,0.7);
	--rgba-primary-8: rgba(232,131,174,0.8);
	--rgba-primary-9: rgba(232,131,174,0.9);
	
	/* Other */
	--secondary: #441f5e;
	--theme-text-color: #fff;
	--title: #441f5e;
	
	--bs-secondary:rgba(68,31,94,0.1)!important;
}