/* https://www.canva.com/colors/color-palettes/rocks-and-barefoot/ */
:root {
	
	/* Header text (domain name) */
	--h1-color: #7e6004;

	/* Main call to action button bg color */
	--button-primary: #816003;
	
	/* Three colors for animation (waves/diagonals etc) */
	--animation-primary: #e9edc9;
	--animation-secondary: #fefae0;
	--animation-tertiary: #ccd5ae;
	
	/* Animation gradient */
	--animation-primary-lighter: HSL(214, 12%, 80%);
	--animation-primary-lightest: HSL(214, 12%, 85%);

}