:root {
  --white: #ffffff;
  --black: #000000;
  --secondary: #151516;
  --theme: #668db2;
/*   --primary: #ec7766; */
  --primary: #4b5a9e; 	
  --tag-color: #73b346;
  --textcolor: #4c5054;
  --font-body-weight: normal;
  --font-weightbold: bold;
  --font-weightsemibold: 600;
  --font-weightmedium: 500;
  --font-theme-family: "Figtree";
  --circle: 100%;
  --rounded: 24px;
}
