/**
 * Global Brand Variables - Bare Biology
 *
 * Single source of truth for all colour variables.
 * Enqueued sitewide, after kahunam-css-framework.
 */

:root {
	--bb-teal: #5b9a96;
	--bb-teal-dark: #4a8884;
	--bb-orange: #d4752e;
	--bb-cream: #f5f0eb;
	--bb-gold: #d4a853;
	--bb-text-dark: #595955;
	--bb-text-body: #595955;
	--bb-text-muted: #888;
	--bb-border: #e0dbd5;
}

body {
	color: var(--bb-text-body);
}
