:root{
/*	--primary-color:#4183ea;*/
/* --primary-color:#00a7ac;*/
/* --secondary-color:#f5f7fa;*/
 	--container-background:#f5f7fa;
 	--small-font-size:14px;

  --primary-color:#ffbb00;
  --secondary-color:#222433;


/* background-color*/

	--background-primary:#ffbb00;
	--background-secondary:#222433;
	--background-tertiary:;
	--background-hover:;
	--background-dark:;
	--background-light:#f6d66c;
	--background-dark-blue:rgb(1 14 55);
	--background-pastle-blue:rgb(24 52 68);
	--background-tab:#274b78;


/* text-color	*/
	--text-primary:#ffbb00;
	--text-secondary:#222433;
	--text-inverce:;
	--text-hover:;
	--text-dark:;
	--text-light:;
	--text-primary-hover:#222433;
	--text-secondary-hover:#ffbb00;
	--text-secondary-light:#6e7081;
	--text-dark-blue:rgb(1 14 55);
	--text-pastle-blue:rgb(24 52 68);

/*border-colors*/
	--border-primary:;
	--border-hover:;


/*status-color*/
 	--success-color:;
 	--error-color:;
 	--warning-color:;

/* shadow-color*/
    --city-shadow: 0 0 15px 0 rgba(248, 192, 187, .5);
    --box-shadow: 0 0 15px 0 rgba(248, 192, 187, .5);


 /*border-radius*/
	 --border-radius-one:10px;
	 --border-radius-two:;
	 --border-radius-three:;

/*button-background*/
	--button-primary:#ffbb00;
	--button-secondary:#222433;
	--button-tertiary:;	
	--button-primary-hover:#232434;
	--button-secondary-hover:#ffbb00;
	--button-border-radius:10px;
	--button-dark-blue:rgb(1 14 55);
	--button-pastle-blue:rgb(24 52 68); 

/*font-family*/

	--hero-section-title:"plus jakarta sans",sans-serif;
	--body-font-family: "Poppins", sans-serif;

/*icon-color*/
   
   --icon-primary:#ffbb00;
   --icon-secondary:#222433;
   --icon-dark-blue:rgb(1 14 55);
   --icon-pastle-blue:rgb(24 52 68); 

/*each title color*/
 --main-title-color:#ffbb00;
 --emp-title-color:#011991;
 --candidate-title-color:#216999;
 --agency-title-color:rgb(3 93 98);
}



