/* Loan Consolidation design tokens — mirrors temp/LC/css/style.css :root */
:root {
	--lc-navy-900: #111d4a;
	--lc-navy-800: #1a2a66;
	--lc-navy-700: #22357d;
	--lc-orange-500: #f4502c;
	--lc-orange-600: #d63e1c;
	--lc-orange-100: #fdeee8;
	--lc-ink: #333333;
	--lc-slate-600: #444444;
	--lc-slate-400: #9a9a9a;
	--lc-line: #e2e2e2;
	--lc-bg: #f7f8fa;
	--lc-card: #ffffff;
	--lc-radius: 16px;
	--lc-radius-sm: 10px;
	--lc-shadow: 0 4px 24px rgba(17, 29, 74, 0.08);
	--lc-shadow-lg: 0 12px 40px rgba(17, 29, 74, 0.14);
}
