/* https://www.canva.com/colors/color-palettes/rocks-and-barefoot/ */
:root {
	
	/* Typography */
	--h1-color: #000000;
	
	/* Buttons */
	--button-primary: #00a4a6;
	
	/* Animation */	
	--animation-primary: #edeaea;
	--animation-secondary: #93dfd9;
	--animation-tertiary: #1bdbdb;
	
	/* Animation gradient */
	--animation-primary-lighter: HSL(214, 12%, 80%);
	--animation-primary-lightest: HSL(214, 12%, 85%);
  
  
}