export const colors = { textPrimary: "#101828", textMuted: "#98A2B3", border: "#E4E7EC", surface: "#FFFFFF", error: "#F04438", selectedBg: "#3487F41A" } as const;