justhold-design-tokens
Installation
SKILL.md
JustHold Design Tokens
Theme is shadcn base-nova + Tailwind v4 (@theme inline in app/globals.css). Fonts are registered in lib/fonts.ts. Always use semantic CSS variables/utility classes — never hardcode hex/oklch values in components.
Palette (warm editorial)
background/foreground: warm cream canvas (light) ↔ cool slate-blue (dark)primary: terracotta/clay accent — CTAs, active states, links, brand markcard,secondary,muted,accent,border: layered neutrals for surfacesgain/loss: market-only colors — usetext-[color:var(--color-gain)]style for financial data (price changes, tickers), never generic success/error UI- Dark mode is a deliberate palette swap via
.darkand OSprefers-color-scheme, not inverted lightness
Typography
font-heading(Fraunces) — headings (h1–h3), card titles, brand wordmarkfont-sans(Geist) — body, nav, UI chrome (default)font-mono(Geist Mono) — numbers/prices/tickers, uppercase eyebrow labels (tracking-widest)