:root {
	
	/* #ff6b61 in decimal RGB */
  --base-color-1: #10ff00;
  --base-color-2: #10ff00;
  --base-color-3: #10ff00;
  --base-color-4: #10ff00;
  --base-color-5: #10ff00;
  --base-color-6: #10ff00;
  --base-color-7: #10ff00;
  


  /* Fonts */
  --heading-1:  "Inter", sans-serif;
  --heading-2:  "Inter", sans-serif;
  --heading-3:  "Inter", sans-serif;
  --heading-4:  "Inter", sans-serif;
  --body-font:  "Inter", sans-serif;  
	--transition: 500ms all ease;

   --base-color: #ffc801;
  


  /* Fonts */
  --heading:  "Inter", sans-serif;
  --body-font:  "Inter", sans-serif;  
  --transition: 500ms all ease;
}

