:root {
	--color-gold:       #b18d56;
	--color-gold-dark:  #b28e56;
	--color-cream:      #f8f5ed;
	--color-cream-light:#fbf8f1;
	--color-red-wine:   #b42025;
	--color-green-wine: #196131;
	--color-white:      #ffffff;

	--font-heading: 'YRT Warmachine', 'Saira Extra Condensed', sans-serif;
	--font-display: 'A Pompadour Bold', serif;
	--font-body:    'Poppins', sans-serif;

	--container-gutter: 64px;

	/* Gallo Brand Compliance plugin bridge variables.
	   The plugin's legal.css / wtb.css / contact.css read these to style
	   legal pages, WTB, and contact forms with the theme's brand colors. */
	--color-primary:   var(--color-gold);
	--color-secondary: var(--color-gold-dark);
	--color-text:      #2D292B;
	--header-height:   0px;
}

@media (max-width: 768px) {
	:root {
		--container-gutter: 20px;
		--header-height: 0px;
	}
}
