:root {
	--display-font-family: Montserrat;
	--body-font-family: Hind;

	--font-size: 18px

	--logo-padding: 14px;
	--logo-height: 142px;

	--header-width: 100%;
	--header-border-position: bottom;
	--header-border-size: 10px;
	--header-bg-color: 242 229 210;
	--header-border-color: 0 92 0;

	--brand-color: 242 229 210;
	--brand-color-inverted: 63 107 70;

	--background-color: 255 15 ;
	--text-color: 61 61 61;
	--link-color: 63 107 70;

	--action-color: 63 107 70;
	--action-color-inverted: 255 255 255;

	--announcement-bar-bg-color: 242 229 210;
	--announcement-bar-text-color: 10 10 9;
	--announcement-bar-link-color: 61 61 61;

	--main-navigation-bg-color: 242 229 210;
	--main-navigation-link-color: 122 63 117;
	--main-navigation-link-color-hover: 122 63 117;
	--main-navigation-link-bg-color: 44 81 112;
	--main-navigation-link-font-size: 20px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: 122 63 117;

	--order-status-bg-color: 242 229 210;
	--order-status-color: 122 63 117;

	--store-menu-bg_color: 248 248 248;
	--store-menu-color: 119 7 ;

	--footer-bg-color: 63 107 70;
	--footer-color: 255 255 255;
	--footer-link-color: 255 255 255;
}

/*Custom Styles*/
footer {
  background-image: url('https://storage.googleapis.com/grazecart-images-prod/pricklypearfoodcoop/images/1760191508_68ea641436e26.png
'); /* Replace with your image path */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-size: cover; /* Scales the image to cover the entire footer area */
  background-position: center center; /* Centers the background image */
  /* You can add other background properties as needed, like: */
  /* background-color: #333; */
  /* padding: 20px; */
  /* color: white; */
}
