:root {
  --white:#ffffff;
  --black:#000000;
	--theme:#16254C; 
  --font-body-weight:normal;
  --font-weight-bold:bold;
  --font-weight-semibold:600;
	--font-weight-extrabold:800;
  --font-weight-medium:500;
	--font-body-family:'Outfit';
  --font-head-family:'Playfair Display';
  --circle: 100%;
  --primary:#333333;
  --gradient:linear-gradient(90deg, #E5B87A 0%, #A0713D 100%);
} 
 


