/* https://www.canva.com/colors/color-palettes/rocks-and-barefoot/ */
:root {
	
	/* Typography */
	--h1-color: #0f4c5c;
	
	/* Buttons */
	--button-primary: #e36414;
	
	/* Animation */	
	--animation-primary: #fb8b24;
	--animation-secondary: #9a031e;
	--animation-tertiary: #5f0f40;
	
	/* Animation gradient */
	--animation-primary-lighter: HSL(39, 100%, 37%);
	--animation-primary-lightest: HSL(39, 100%, 30%);
  
  
}