:root {
	/*  Font Family  */
	--lexend-exa: 'Lexend Exa', sans-serif;
	--raleway: 'Raleway', sans-serif;

		/*  Colors  */
	--black: #000;
	--white: #fff;
	/* From doc */
	--dark-agave: #477559;
	--dark-clay: #ab5744;
	--clay-tint: #efe3de;

	/* From Brand Guidelines */
	--clay: #f48a85;
	--dusk-blue: #193d6c;
	--lake-blue: #00b4c6;
	--avocado-green: #5e7e38;
	--agave-green: #7cb898;
	--blue-tint: #dae6e8;
	--citrus-tint: #f3f4d6;

	/* Font Weights */
	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--font-weight-extrabold: 800;
	--font-weight-black: 900;
  }