/* Variable Css Start Here */
/* Font cdn starts here */
@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: "GeneralSans-Semibold";
	src: url("../fonts/GeneralSans_Complete/GeneralSans_Complete/Fonts/OTF/GeneralSans-Semibold.otf");
}

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

@font-face {
	font-family: "tahomabd";
	src: url("../fonts/Tahoma-Font/tahomabd.ttf");
}

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

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

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

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

/* Font cdn ends here */
:root {
	/* Typography starts here */
	--font-default: "GeneralSans-Regular";
	--font-GeneralSans-Medium:"GeneralSans-Medium";
	--font-heading: "GeneralSans-Semibold";
	--font-btn: "Poppins-regular";
	--font-Tahoma-Regular: "Tahoma-Regular";
	--font-tahomabd: "tahomabd";
	--font-poppin-medium: "Poppins-medium";
	--font-montserrat-bold: "Montserrat-bold";
	--font-montserrat-medium: "Montserrat-medium";
	--font-montserrat-regular: "Montserrat-regular";
	--font-light: "Poppins-Light";
	--font-montserrat-regular: "Montserrat-reg";
	/* Typography ends here */

	/* Colors starts here */
	--body-color: #fff;
	--extra-color-1: #c2e62a;
	--footer-bg:#2B2B2B;
	--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 */