You don't have access to this page.
Back to app
Internal reference for DealerPost Pro's visual system and the outside services it runs on.
Color tokens and type tiers are the source of truth in public/style.css and
docs/typography.md — match these rather than inventing new ones.
CSS custom properties from :root (dark, default) and [data-theme="light"]. Swatches show the literal hex regardless of the theme you're viewing this page in.
:root)[data-theme="light"])
Font: 'Segoe UI', system-ui, -apple-system, sans-serif · Root: html { font-size: 15px } (so 1rem = 15px) · Body: weight 400, line-height: 1.6.
All type sizes in rem — never hardcode px for type.
The rule that keeps getting broken: content titles are always 700 (a thing that names content). Interactive controls (nav tabs, buttons) are 600. Weight only steps down for supporting text — never for the title itself.
Each tier has a reusable class in style.css — prefer the class over re-declaring font-size/font-weight.
External services and APIs the app depends on. Env keys reference .env (values never shown here).