CarbonIQ brand reskin: 70-file palette swap from Mike's defaults to Carbonleo tokens
clapointe-carbonleo replaced the entire Mike design-token set with Carbonleo's brand palette in a single 1340-line commit. No behavior changes - just CSS variables, font references, and Tailwind class strings updated across ~68 components.
The work is contained almost entirely in frontend/src/app/globals.css. The OKLCH neutral palette is replaced with literal hex values: --background: #F5F5F5, --foreground: #292629, --primary: #43682C (Pacifica green), --secondary: #EC6529 (Barley Corn). A new named token block adds --color-yellow-sig: #FEEA0F, --color-pacifica, --color-woodland, --color-barley-corn, and several others. --font-sans switches from Inter to Plus Jakarta Sans.
One variable rename is worth flagging: --color-azure is repurposed from Mike's blue (0, 136, 255 RGB) to Pacifica green (67, 104, 44). Legal-doc link colors flip to green without renaming the variable, which means any developer diffing against upstream later will see green rendered from a variable called "azure." That is a maintenance footgun.
The remaining ~68 files are mechanical class-string updates - modals, sidebars, project pages, tabular review widgets, workflow modals - following the new token set. Component props and behavior are untouched. site-logo.tsx drops the MikeIcon glyph and switches to a typographic "Mike Legal / AI Platform" wordmark with mixed font weights.
The commit is the content of PR #1 (feat/CarbonIQ-imp), self-merged alongside the auth-strip and Cloudflare-to-Vercel changes.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?