/* https://www.canva.com/colors/color-palettes/rocks-and-barefoot/ */
:root {
	
	/* Typography */
	--h1-color: #757575;
	
	/* Buttons */
	--button-primary: #20bf55;
	
	/* Animation */	
	--animation-primary: #01baef;
	--animation-secondary: #fbfbff;
	--animation-tertiary: #757575;
	
	/* Animation gradient */
	--animation-primary-lighter: HSL(332, 100%, 70%);
	--animation-primary-lightest: HSL(332, 100%, 60%);
  
  
}