/* WorkTrack Pro - design tokens */

:root {
	--wtp-bg: #f5f6f8;
	--wtp-surface: #ffffff;
	--wtp-border: #e2e5ea;
	--wtp-text: #1f2430;
	--wtp-text-muted: #6b7280;
	--wtp-primary: #1e2a4a;
	--wtp-primary-hover: #2c3d68;
	--wtp-accent: #f2b632;
	--wtp-accent-hover: #d99e1f;
	--wtp-success: #16a34a;
	--wtp-success-bg: #ecfdf3;
	--wtp-error: #dc2626;
	--wtp-error-bg: #fef2f2;
	--wtp-radius: 10px;
	--wtp-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.08);
	--wtp-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
