:root {
	--color-scheme: light;

	/* color */
	--color-pink: #E90055;
	--color-blue-light: #DAE1FF;
	--color-blue: #354092;
	--color-white: #fff;
	--color-violet: #8E479B;

	/* background */
	--background-white: #fff;
	--background-gray: #EDF0F5;
	--background-blue: #EAECFC;
	--background-white-gray: #fff;
	--background-light-blue: #DAE1FF;
	--background-light-blue2: #DAE1FF;
	--background-light-blue3: #DAE1FF;
	--background-button: #fff;
	--background-icon-gray: #EDF0F5;
	--background-light-gray: #EDF0F5;
	--background-light-only-dark: transparent;

	/* text color*/
	--text-color: #1b1455;
	--text-color-blue: #1b1455;
	--text-color-dark: #1b1455;
	--text-color-dark-light: #1b1455;
	--text-color-light: #fff;
	--text-color-pink-blue: #e90055;
	--text-color-white-blue: #FFF;
	--text-color-gray: rgba(27, 20, 85, 0.50);
	--text-color-inner: #5A5685;
	--text-color-blue-white: #6187ff;

	--link-color: #6187ff;
	--link-color-dark: #354092;
	--link-color-dark-white: #354092;
	--button-color: #354092;

	/* border */
	--border-gray-color: rgba(27 20 85 / 20%);
	--border-blue-only-dark: none;
	--border-blue: rgba(97 135 255 / 50%);
	--border-gray-blue: #DAE1FF;
	--border-gray-white-color: rgba(27 20 85 / 20%);

	/* header */
	--header-shadow: 0 4px 33px -10px rgba(170 184 240 / 42%);
	--header-bottom-border: none;
	--header-bottom-bg: #fff;

	/* gradient */
	--linear-gradient-blue: linear-gradient(81deg, #6187FF 0.18%, #354092 100%);
	--linear-gradient-light-blue: linear-gradient(232deg, #C2FBFB -3.75%, #99BFFF 110.33%);
	--linear-gradient-blue2: linear-gradient(81deg, #6187FF 0.18%, #354092 100%);
	--linear-gradient-blue3: linear-gradient(232deg, #C2FBFB -3.75%, #99BFFF 110.33%);
	--linear-gradient-blue4: linear-gradient(211deg, #6187FF 4.7%, #354092 86.73%);
	--linear-gradient-app: linear-gradient(232deg, #c2fbfb -3.75%, #99bfff 110.33%);

	/* gradient img */
	--gradient-img-footer: url("/img/gradient/footer.webp");
	--gradient-img-footer-mob: url("/img/gradient/footer-mob.webp");

	--gradient-img-direction: url("/img/gradient/direction.webp");
	--gradient-img-direction-mob: url("/img/gradient/direction-mob.webp");

	/* opacity */
	--opacity-07-08: 0.7;
	--opacity-05-08: 0.5;
	--opacity-light: 0.8;

	/* cookie */
	--cookie-shadow: 0 4px 33px 0 rgba(170 184 240 / 42%);
}