:root {
	/* ── Brand ─────────────────────────────────────── */
	--primary-color: #a95435;
	--primary-hover: #924528;
	--primary-light: rgba(169, 84, 53, 0.08);

	/* ── Neutrals ──────────────────────────────────── */
	--color-white: #ffffff;
	--color-gray-25: #fcfcfd;
	--color-gray-50: #f9fafb;
	--color-gray-100: #f2f4f7;
	--color-gray-200: #eaecf0;
	--color-gray-300: #d0d5dd;
	--color-gray-400: #98a2b3;
	--color-gray-500: #667085;
	--color-gray-600: #475467;
	--color-gray-700: #344054;
	--color-gray-800: #1d2939;
	--color-gray-900: #101828;

	/* ── Semantic ──────────────────────────────────── */
	--color-success: #12b76a;
	--color-success-bg: #ecfdf3;
	--color-error: #f04438;
	--color-error-bg: #fef3f2;

	/* ── Typography ────────────────────────────────── */
	--font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--font-size-xs: 1rem;
	--font-size-sm: 1.2rem;
	--font-size-base: 1.6rem;
	--font-size-md: 1.8rem;
	--font-size-lg: 2rem;
	--font-size-xl: 2.2rem;
	--font-size-2xl: 2.4rem;
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;

	/* ── Spacing ───────────────────────────────────── */
	--space-1: 0.25rem;
	--space-2: 0.5rem;
	--space-3: 0.75rem;
	--space-4: 1rem;
	--space-5: 1.25rem;
	--space-6: 1.5rem;
	--space-8: 2rem;
	--space-10: 2.5rem;
	--space-12: 3rem;
	--space-16: 4rem;

	/* ── Radius ────────────────────────────────────── */
	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 15px;
	--radius-xl: 25px;
	--radius-full: 9999px;

	/* ── Shadows ───────────────────────────────────── */
	--shadow-xs: 0 1px 2px rgba(16, 24, 40, 0.05);
	--shadow-sm: 0 1px 3px rgba(16, 24, 40, 0.06), 0 1px 2px rgba(16, 24, 40, 0.04);
	--shadow-md: 0 4px 8px -2px rgba(16, 24, 40, 0.06), 0 2px 4px -2px rgba(16, 24, 40, 0.04);
	--shadow-lg: 0 12px 16px -4px rgba(16, 24, 40, 0.06), 0 4px 6px -2px rgba(16, 24, 40, 0.03);

	/* ── Transitions ───────────────────────────────── */
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--duration-fast: 150ms;
	--duration-normal: 250ms;
	--duration-slow: 400ms;
}
