/* Variable Css Start Here */
/* Font cdn starts here */
@font-face {
	font-family: "GTWalsheimPro-Bold";
	src: url("../fonts/font/GTWalsheimPro-Bold.ttf");
}

@font-face {
	font-family: "GTWalsheimPro-CondensedBold";
	src: url("../fonts/font/GTWalsheimPro-CondensedBold.ttf");
}

@font-face {
	font-family: "GTWalsheimPro-CondensedMedium";
	src: url("../fonts/font/GTWalsheimPro-CondensedMedium.ttf");
}

@font-face {
	font-family: "GTWalsheimPro-CondensedRegular";
	src: url("../fonts/font/GTWalsheimPro-CondensedRegular.ttf");
}

@font-face {
	font-family: "GTWalsheimPro-Medium";
	src: url("../fonts/font/GTWalsheimPro-Medium.ttf");
}
@font-face {
	font-family: "GTWalsheimPro-Regular";
	src: url("../fonts/font/GTWalsheimPro-Regular.ttf");
}

@font-face {
	font-family: "Hind-SemiBold";
	src: url("../fonts/Hind/Hind-SemiBold.ttf");
}

@font-face {
	font-family: "TomatoGrotesk-Bold";
	src: url("../fonts/TomatoGrotesk/TomatoGrotesk-Bold.otf");
}

@font-face {
	font-family: "Poppins-Regular";
	src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

/* Font cdn ends here */
:root {
	/* Typography starts here */
	--font-default: "Poppins-regular";
	--font-heading: "Montserrat-semibold";
	--font-Poppins-Regular: "Poppins-regular";
	--font-GTWalsheimPro-Bold: "GTWalsheimPro-Bold";
	--font-GTWalsheimPro-CondensedBold: "GTWalsheimPro-CondensedBold";
	--font-GTWalsheimPro-CondensedMedium: "GTWalsheimPro-CondensedMedium";
	--font-GTWalsheimPro-CondensedRegular: "GTWalsheimPro-CondensedRegular";
	--font-GTWalsheimPro-Medium: "GTWalsheimPro-Medium";
	--font-GTWalsheimPro-Regular: "GTWalsheimPro-Regular";
	--font-Hind-SemiBold: "Hind-SemiBold";
	--font-TomatoGrotesk-Bold: "TomatoGrotesk-Bold";
	/* Typography ends here */

	/* Colors starts here */
	--body-color: #fff;
	--btn-color-1: #F24080;
	--main-bg: #41246D;
	--text-color-1: #F57005;
	--extra-color-2: #FF912C;
	--hightlight-color: #2A254D;
	/* --text-color: #848696; */
	--text-color: #303030;
	--heading-color: #fff;
	--heading-color-2: #040404;
	--light-text-color: #fff;
	--dark-text-color: #000;
	--checkbox-color: #636060;
	--checkbox-back: #1E0E60;
	--profile-back: #FBFBFB;
	--pagination-color: #6D6D6D;
	--history-color: #959EAD;
	--history-border: #DCDCDC;
	/* Colors ends here */

	/* button colors starts here */
	--primary-btn-color: #c4dd28;
	--primary-btn-text-color: #0a0a0a;
	--secondary-btn-color: #1e0e60;
	--secondary-btn-text-color: #fff;
	/* button colors starts here */
	/* Auth Input Background */
	--auth-input-light-bg: #F3F3F3;
	--auth-input-light-border: #C3CAD9;

}

/* Variable Css End Here */