:root {
	--dodger: #0d92f4;
	--dodger-light: #d3ebfd;
	--zaffre: #3a0ca3;
	--sky: #77cdff;
	--rose: #ffe0e0;
	--azure: #99daff;

	--bittersweet: #f95454;
	--fire-engine: #c62e2e;
	--oxford: #001427;
	--jade: #44af69;
	--cyan: #048a81;
	--citrine: #e0ca3c;
	--gray: #6e6a6f;
	--royal: #624cab;
	--fairy: #fecee9;
	--crimson: #da1043;
	--blush: #fff2f9;

	--text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);

	--lg-fairy: linear-gradient(
		145deg,
		#ffe4e9 0%,
		/* light pink */ #fff0e5 20%,
		/* soft peach */ #fff9e5 40%,
		/* light yellow */ #e6f9e5 60%,
		/* pale green */ #e6f0fe 80%,
		/* pastel blue */ #f1e6fe 100% /* light lavender */
	);

	/*--lg-fairy: linear-gradient(145deg, #fecee9 0%, #fff 30%, #f8fece 70%, #fff 100%);*/
	--lg-fire: linear-gradient(145deg, #f95454 0%, #c62e2e 30%, #f95454 70%, #c62e2e 100%);
	/*--lg-blue: linear-gradient(90deg, #77cdff 0%, #0d92f4 10%, #0d92f4 90%, #77cdff 100%);*/
	/*--lg-blue-light: linear-gradient(90deg, , #77cdff 10%, #77cdff 90%, #0d92f4 100%);*/
	--lg-blue-light: linear-gradient(
		to right,
		#0d92f4 0%,
		#77cdff calc((100% - 922px) / 2),
		#77cdff calc((100% + 922px) / 2),
		#0d92f4 100%
	);
	--lg-blue: linear-gradient(
		to right,
		#77cdff 0%,
		#0d92f4 calc((100% - 922px) / 2),
		#0d92f4 calc((100% + 922px) / 2),
		#77cdff 100%
	);
	/*--lg-purple: linear-gradient(90deg, #3a0ca3 0%, #624cab 10%, #624cab 90%, #3a0ca3 100%);*/
	--lg-purple: linear-gradient(
		to right,
		#3a0ca3 0%,
		#624cab calc((100% - 922px) / 2),
		#624cab calc((100% + 922px) / 2),
		#3a0ca3 100%
	);

	/*fonts*/
	--shantell: 'Shantell Sans', sans-serif;
	--poppins: 'Poppins', sans-serif;
	--righteous: 'Righteous', sans-serif;
	/*breakpoints*/
	--mobile: 768px;
	--tablet: 1199px;

	--l: 1200px;
	--m: 971px;
	--s: 600px;

	--mobile-nav-height: 80px;
	--desktop-nav-height: 100px;
}

/*--vista: #8a9fe9;*/
/*--plum: #e0a2f0;*/
/*--ice: #98f3e7;*/
/*--space-cadet: #1b173a;*/
/*--seasalt: #fafafa;*/
/*--vermillion: #f0544f;*/
/*--lg-pink: linear-gradient(*/
/*90deg,*/
/*rgba(249, 115, 188, 1) 0%,*/
/*rgba(97, 178, 255, 1) 20%,*/
/*rgba(97, 178, 255, 1) 80%,*/
/*rgba(249, 115, 188, 1) 100%*/
/*);*/

/*--papaya: #fdf0d5;*/

/*!*--vermillion: #df5d43;*!*/
/*--cinnabar: #d73e31;*/
/*--celestial: #4697d0;*/
/*--lightsky: #97cdf4;*/
/*--space-cadet-light: #2e294e;*/
/*--space-cadet: #1b173a;*/
/*--school-bus: #fdd835;*/
/*--mantis: #66bb6a;*/

/*--jet: #2e2e2e;*/
/*--magenta: #d16ba5;*/
/*--hot-pink: #e91e63;*/
