/**
 * GraceTheme design tokens — matches mockup.
 *
 * @package GraceTheme
 */

:root {
	--terracotta: #C1694F;
	--terracotta-dark: #A0503A;
	--terracotta-light: #D4856E;
	--sand: #F5EFE6;
	--linen: #EDE4D8;
	--gold: #9B844A;
	--gold-light: #C4A96A;
	--espresso: #2C1810;
	--espresso-mid: #4A2C1A;
	--cream: #FDFAF6;
	--warm-gray: #8C7B70;
	--text: #2C1810;
	--text-light: #6B5A52;

	/* Spacing */
	--space-1: 4px;
	--space-2: 8px;
	--space-3: 12px;
	--space-4: 16px;
	--space-5: 20px;
	--space-6: 24px;
	--space-8: 32px;
	--space-10: 40px;
	--space-12: 48px;
	--space-16: 64px;
	--space-20: 80px;

	/* Typography */
	--font-display: 'Playfair Display', Georgia, serif;
	--font-body: 'Montserrat', system-ui, sans-serif;
	--font-scripture: 'Lora', Georgia, serif;
}
