:root {
  --white:#ffffff;
  --black:#000000;
	 --theme:#003692; 
   --blue:#004AAA;
	 --orange:#FF7900;
	 --font-body-weight:normal;
  --font-weight-bold:bold;
  --font-weight-semibold:600;
	 --font-weight-extrabold:800;
  --font-weight-medium:500;
	 --font-body-family:'Inter';
  --circle: 100%;

} 
 

