export type CssVars = { /** Page background color */ background?: string | null; /** Primary action/button color (brand color) */ primary?: string | null; /** Main text color (for dark theme support) */ foreground?: string | null; /** Secondary/muted text color */ mutedForeground?: string | null; };