:root {
	--display-font-family: Montserrat;
	--body-font-family: PT Sans;

	--font-size: 18px

	--logo-padding: 9px;
	--logo-height: 250px;

	--header-width: 100%;
	--header-border-position: bottom;
	--header-border-size: 0;
	--header-bg-color: transparent;
	--header-border-color: 226 114 56;

	--brand-color: 35 144 36;
	--brand-color-inverted: 255 15 ;

	--background-color: 255 15 ;
	--text-color: 61 61 61;
	--link-color: 0 0 0;

	--action-color: 35 144 36;
	--action-color-inverted: 255 15 ;

	--announcement-bar-bg-color: 255 15 ;
	--announcement-bar-text-color: 61 61 61;
	--announcement-bar-link-color: 61 61 61;

	--main-navigation-bg-color: 0 128 0;
	--main-navigation-link-color: 255 255 255;
	--main-navigation-link-color-hover: 58 203 58;
	--main-navigation-link-bg-color: 66 54 38;
	--main-navigation-link-font-size: 20px;
	--main-navigation-link-alignment: center;

	--auxiliary-bg-color: transparent;
	--auxiliary-border-color: transparent;
	--auxiliary-link-color: inherit;

	--order-status-bg-color: 255 255 255;
	--order-status-color: 64 64 64;

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

	--footer-bg-color: 255 255 255;
	--footer-color: 64 64 64;
	--footer-link-color: 64 64 64;
}

/*Custom Styles*/
.mainNavigation__list > li {
    text-transform: uppercase;
}
.locationsList:before {
    content: "If you do not see a pickup location near you, please select Arnold's Farm. Then, in the 'Special Instructions' section upon checkout, please enter your nearest location, and we will contact you with pickup or delivery options.";
}
.locationList_heading.h6 {
    color: rgb(126, 191, 127);
}
.orderstatus:after {
    content: "If you do not see a pickup location near you, please select Arnold's Farm. Then, in the 'Special Instructions' section upon checkout, please enter your nearest location, and we will contact you with pickup or delivery options.";
}
.site h1, h2, p {
    font-family: 'Lato', sans-serif;
}
