:root {
		/* Colors */
		--primary-color: #2563eb;
		--primary-light: #3b82f6;
		--primary-dark: #1d4ed8;
		--background-color: #f8fafc;
		--sidebar-bg: #ffffff;
		--text-color: #1e293b;
		--text-light: #64748b;
		--border-color: #e2e8f0;
		
		/* Spacing */
		--spacing-xs: 0.25rem;
		--spacing-sm: 0.5rem;
		--spacing-md: 1rem;
		--spacing-lg: 1.5rem;
		--spacing-xl: 2rem;
		
		/* Layout */
		--sidebar-width: 250px;
		--border-radius: 8px;
		--card-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
		
		/* Typography */
		--font-family: system-ui, -apple-system, sans-serif;
		--font-size-sm: 0.875rem;
		--font-size-base: 1rem;
		--font-size-lg: 1.125rem;
		--font-size-xl: 1.25rem;
}
