/*
 * Design tokens. --color-accent and --color-bg-alt are overridden inline
 * by functions.php from the Customizer; everything else lives here.
 */
:root {
	--color-accent: #bd2f39;
	--color-accent-dark: #9c262f;
	--color-text: #262626;
	--color-heading: #171717;
	--color-muted: #6b6b6b;
	--color-border: #e6e4e0;
	--color-bg: #ffffff;
	--color-bg-alt: #f6f5f3;
	--color-white: #ffffff;

	--font-body: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--font-heading: 'Poppins', 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	--container-width: 1180px;
	--radius: 6px;
	--space-1: 0.5rem;
	--space-2: 1rem;
	--space-3: 1.5rem;
	--space-4: 2.5rem;
	--space-5: 4rem;
}
