:root {
	/* Brand Colors */
	--color-primary: #12342f; /* st-green */
	--color-primary-light: #1f4b43; /* st-green-2 */
	--color-secondary: #b88943; /* st-gold */
	--color-accent: #dce5e0;
	--color-ink: #17211f; /* st-ink */

	/* Text Colors */
	--color-text-base: #17211f;
	--color-text-muted: #68726d;
	--color-text-light: #FFFFFF;
	--color-text-light-alt: rgba(255, 255, 255, 0.72);

	/* Backgrounds */
	--color-bg-light: #f7f4ef; /* st-stone */
	--color-bg-alt: #edf3f0; /* st-mist */
	--color-bg-dark: #0F2A2A; /* Exact match requested by user */

	/* Typography */
	--font-family-base: 'Inter', sans-serif;
	--font-family-heading: 'Outfit', sans-serif;

	/* Spacing */
	--spacing-1: 0.25rem;
	--spacing-2: 0.5rem;
	--spacing-3: 1rem;
	--spacing-4: 1.5rem;
	--spacing-5: 2rem;
	--spacing-6: 3rem;
	--spacing-8: 4rem;
	--spacing-10: 5rem;
	--spacing-12: 6rem;

	/* Border Radius */
	--radius-sm: 0.25rem;
	--radius-md: 0.5rem;
	--radius-lg: 1rem;
	--radius-full: 9999px;

	/* Transitions */
	--transition-base: all 0.3s ease-in-out;
}
