/* Fonts */
 /* --heading-1: "FuturaNextW05-Book", "Helvetica", "Arial", sans-serif;
  --heading-2: 'helvetica';
  --heading-3: 'helvetica';
  --heading-4: 'helvetica';
  --body-font: 'helvetica'; /*

  --base-color: #007BA7;

  --orx-heading: 'Unbounded', cursive;
  --orx-body-font: 'Unbounded', cursive;  

	--transition: 500ms all ease;

  --heading: 'helvetica';
  --transition: 500ms all ease; */
	

:root {
  /* Color variables */
  --base-color: #007BA7; /* Primary base color */
  --base-color-1: #00A86B;
  --base-color-2: #007BA7;
  --base-color-3: #ABCDEF;
  --base-color-4: #00A86B;
  --base-color-5: #007BA7;
  --base-color-6: #ABCDEF;
  --base-color-7: #00A86B;

  /* Gradient */
  --base-gd-color: linear-gradient(-180deg, #00A86B 1%, #00A86B 53%, #FFFFF0 100%);

/* Font variables */
--font-heading: "Montserrat", sans-serif;
--font-body: "Montserrat", sans-serif;
--font-subtext: "Montserrat", sans-serif;

/* Font weight */
--font-weight-heading: 700; /* Heavier weight for headings */
--font-weight-body: 400; /* Regular weight for body text */
--font-weight-subtext: 300; /* Lighter weight for subtext */

/* General styles */
--transition: 500ms all ease;

/* Headings */
/*h1, h2, h3, h4, h5, h6 {
 /* font-family: var(--font-heading);
  font-weight: var(--font-weight-heading); /* Applied heading weight */
  
  
}

  
  
}

/* Menu */
nav, .menu {
  font-family: var(--font-body);
  font-weight: var(--font-weight-body); /* Applied body weight */
  
}

/* Styling for text like in the image */
/*h1 {
  font-size: 2rem; /* Larger size for headings */
 /* color: #e6007e; /* Matching the pink color used in the image */
 
}

/*h2 {
  font-size: 2.5rem; /* Slightly smaller subheading size */
 /* color: #333; /* Darker color for subheading */
 /* font-weight: 600; /* Subheading weight */
 
}/*




	
