:root {
	
	/* #ff6b61 in decimal RGB */
  --base-color-1: #e3ab4c;
  --base-color-2: #FFE43B;
  --base-color-3: #7486E5;
  --base-color-4: #63DAD9;
  --base-color-5: #14A3EB;
  --base-color-6: #43d4d2;
  --base-color-7: #7489f7;
  


  /* Fonts */
  --heading-1: 'Poppins';
  --heading-2: 'Poppins';
  --heading-3: 'Poppins';
  --heading-4: 'Poppins';
  --body-font: 'Poppins';
	--transition: 500ms all ease;

   --base-color: #ffc801;
  


  /* Fonts */
  --heading: 'Poppins';
  --body-font: 'Poppins';
  --transition: 500ms all ease;

  /* Font weights */
  --font-bold: 700;       /* For h1, h2, strong headers */
  --font-semibold: 600;   /* For subheadings / section titles */
  --font-regular: 400;    /* For body text */
}

