## Building with Cloudrite Cloudrite is the component library behind cloudrite.co.nz — 54 shadcn/ui (new-york) primitives plus 7 ready-made page sections, styled with Tailwind v4 utilities over CSS custom properties. ### Dark is the only theme `:root` carries the dark palette — there is no light mode. `styles.css` already puts `background-color: var(--background)` and `color: var(--foreground)` on `body`, so a plain page is correct by default. **Any container that paints its own background must also set the pair**, or foreground-coloured content vanishes: ```jsx