:root {
	--brand-700: #2f5fa0;
	--brand-500: #4b9dd2;
	--brand-300: #8cc5e9;

	--ink-900: #101828;
	--ink-700: #344054;
	--ink-500: #667085;

	--surface-100: #f5f7fb;
	--surface-200: #e6ebf6;
	--surface-300: #d5def0;

	--accent: #ff9b42;
	--accent-strong: #f58027;

	--radius-lg: 1.25rem;
	--radius-xl: 1.75rem;
	--shadow-soft: 0 24px 52px rgba(17, 24, 39, 0.14);
}
