/* https://www.canva.com/colors/color-palettes/rocks-and-barefoot/ */
:root {
	
	/* Typography */
	--h1-color: #00112c;
	
	/* Buttons */
	--button-primary: #04294f;
	
	/* Animation */	
	--animation-primary: #edeaea;
	--animation-secondary: #38e8b0;
	--animation-tertiary: #04294f;
	
	/* Animation gradient */
	--animation-primary-lighter: HSL(214, 12%, 80%);
	--animation-primary-lightest: HSL(214, 12%, 85%);
  
  
}