@charset "UTF-8";


:root {
	--fill-1: #c288dd;
	--fill-2: #eee8f4;
	--fill-3: #9887b1;
	--fill-4: #f9faff;
	--fill-font: #515355;
	--fill-gray: #eee;
	--fill-border: #ccc;
	--fill-error: #fa206f;
	--fill-background-1: linear-gradient(90deg, #662483 0%, #9A64B1 100%);
	--fill-background-2: linear-gradient(90deg, #f3d9fb 0%, #e0d5e9 100%);
	--fill-background-3: radial-gradient(35.06% 50% at 50% 50%, #9A64B1 0%, #662483 100%);;
	--fill-background-4: linear-gradient(0deg, #662483 0%, #9A64B1 100%);
	--fill-blur: #f0e9fdad;
	--fill-shadow: #947aff66;
	--transition: ease all .24s;
}