/* Variable Css Start Here */
/* Font cdn starts here */
@font-face {
	font-family: "Technor-Bold";
	src: url("../fonts/Technor_Complete/Fonts/OTF/Technor-Bold.otf");
}

@font-face {
	font-family: "Technor-Medium";
	src: url("../fonts/Technor_Complete/Fonts/OTF/Technor-Medium.otf");
}

@font-face {
	font-family: "Technor-Regular";
	src: url("../fonts/Technor_Complete/Fonts/OTF/Technor-Regular.otf");
}

@font-face {
	font-family: "Technor-Semibold";
	src: url("../fonts/Technor_Complete/Fonts/OTF/Technor-Semibold.otf");
}
@font-face {
	font-family: "Technor-Light";
	src: url("../fonts/Technor_Complete/Fonts/OTF/Technor-Light.otf");
}

@font-face {
	font-family: "ppneuemontreal-medium";
	src: url("../fonts/pp-neue-montreal-cufonfonts/ppneuemontreal-medium.otf");
}


@font-face {
	font-family: "GeneralSans-Regular";
	src: url("../fonts/GeneralSans_Complete/GeneralSans_Complete/Fonts/OTF/GeneralSans-Regular.otf");
}

@font-face {
	font-family: "GeneralSans-Medium";
	src: url("../fonts/GeneralSans_Complete/GeneralSans_Complete/Fonts/OTF/GeneralSans-Medium.otf");
}

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

/* Font cdn ends here */
:root {
	/* Typography starts here */
	--font-default: "Poppins-regular";
	--font-Technor-Bold: "Technor-Bold";
	--font-Technor-Medium: "Technor-Medium";
	--font-Technor-Regular: "Technor-Regular";
	--font-Technor-Semibold: "Technor-Semibold";
	--font-ppneuemontreal-medium: "ppneuemontreal-medium";
	--font-Technor-Light: "Technor-Light";
	--font-GeneralSans-Regular: "GeneralSans-Regular";
	--font-GeneralSans-Medium: "GeneralSans-Medium";
	/* Typography ends here */

	/* Colors starts here */
	--body-color: #fff;
	--extra-color-1: #c2e62a;
	--extra-color-2: #1e0e60;
	--extra-color-3: #f9f9f9;
	--extra-color-3: #000;
	--profile-data-color: #2A263D;
	/* --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 */