/* Variable Css Start Here * 4567890-/
/* Font cdn starts here */
@font-face {
	font-family: "neue-bold";
	src: url("../fonts/neue-bold.OTF");
}

@font-face {
	font-family: "neue-medium";
	src: url("../fonts/neue-medium.OTF");
}

@font-face {
	font-family: "neue-book";
	src: url("../fonts/neue-book.OTF");
}

/* Font cdn ends here */
:root {
	/* Typography starts here */
	--font-default: "neue-medium";
	--font-heading: "neue-medium";
	--font-btn: "neue-medium";
	--font-body: "neue-book";
	/* Typography ends here */

	/* Colors starts here */
	--body-color: #fff;
	--extra-color-1: #0f640b;
	--extra-color-2: #dd0000;
	--extra-color-3: #edba38;
	--extra-color-4: #000;
	--light-color: #fff;
	--dark-color: #000;
	/* Colors ends here */
    --input-border: #EAEAEA;
	/* button colors starts here */
	/* --primary-btn-color: #c4dd28;
	--primary-btn-text-color: #0a0a0a;
	--secondary-btn-color: #1e0e60;
	--secondary-btn-text-color: #fff; */
}

/* Variable Css End Here */
