getdesign.mdgetdesign/superhuman

Superhuman

Luxury-envelope email UI — Mysteria purple gradient hero, white body, warm-cream CTAs, Super Sans VF with 0.96 line-height, minimal 8/16px radii.

install

npx designkit-cli add getdesign/superhuman
source ↗
previewtemplates · Superhuman

Typography

Every text element the kit ships — headings through code

elements

Headings

The quick brown fox

Section heading

Subsection heading

Minor heading

Overline heading

Body text

Lead paragraph.Body text sits at the backbone of any interface — if it reads well, everything else has a chance. If it doesn't, nothing else matters.

Standard paragraph at the body size. Type hierarchies work best when the jump from body to subheading is clear but not disruptive — around 1.25-1.5× works across most contexts. Inline elements like a link, inline code, emphasis, strong, and highlighted text should all feel native to the kit.

Small / caption text — used for metadata, timestamps, descriptions under labels. Usually 14px or slightly smaller.

Lists

Unordered

  • Token-driven styling
  • Agent-readable format
  • Composable kits
    • Colors
    • Typography
    • Component stylings
  • Portable between projects

Ordered

  1. Describe the kit in prose
  2. Extract colors and typography
  3. Apply to a sample UI
  4. Iterate on token values

Blockquote

“Good design is as little design as possible. Less, but better — because it concentrates on the essential aspects, and the products are not burdened with non-essentials.”
— Dieter Rams

Code

// install a kit
$ npx designkit-cli add airbnb

// apply it to your project
import { applyKit } from "@designkit/theme"
applyKit("airbnb")

Rule


Buttons

Primary, secondary, outline, ghost — every state the kit ships

elements

Default

Sizes

With icon

Form fields

Every input control the kit ships — text, select, checkboxes, radios, switches, file

elements

Text inputs

Textarea

Select

Checkboxes

Radio group

Billing cadence

Toggle switch

File input

Feedback

Alerts, badges, progress, tooltips, avatars — the signal surface of every UI

elements

Alerts

!

Scheduled maintenance

We'll be rolling out a new version on Friday at 22:00 UTC. Expect a short read-only window.

!

Kit published

Your DESIGN.md is live. Anyone can now install it with `npx designkit-cli add you/my-kit`.

!

Deprecated API

You're calling /v1/kits which will be removed in 30 days. Migrate to /v2/kits.

!

Build failed

Two component tokens reference an undefined color. Run `designkit lint` to see them.

Badges & tags

OfficialCommunityv2.0BetaDeprecatedOutlineOutline alt

Avatars

JD

Jeremy Dupont

Author

ALMTKPSJ+6

Progress

Upload32%
Build78%
Complete100%

Spinner

Loading…

Tooltip (static)

Tooltip text

Keyboard shortcut

Press K to open the command palette, or Esc to dismiss.

Data display

Table, definition list, empty state — how the kit shows structured data

app

Table

KitAuthorInstallsUpdatedStatus
airbnbgetdesign12.4K2d agoActive
claudegetdesign8.1K5d agoActive
stripegetdesign7.9K1w agoActive
linear.appgetdesign6.2K2w agoBeta
heritagedk2.1K1mo agoDraft

Definition list

Name
Airbnb
Author
getdesign · Claude
Format
DESIGN.md (Google Stitch spec)
Primary font
Nunito (substitute for Airbnb Cereal VF)
Installs
12,408
License
MIT

Empty state

No kits yet

You haven't published any kits on this account. Drop a DESIGN.md in a public repo to get started.

Breadcrumbs

Tabs

Sign in

Centered auth card — the most scrutinised surface in any app

app

Welcome back

Sign in with your work email to continue.

or

New here? Create an account

Dashboard KPIs

Four-card stat row — the staple of every internal dashboard

app

Overview

Performance for the last 30 days

Active users

12,408

+4.2% vs last period

MRR

$28.9K

+12.1% vs last period

Churn

1.8%

-0.3% vs last period

NPS

72

+5 vs last period

[chart placeholder]

Chat thread

Agent + user turn-based chat — bubbles, avatar, timestamp

app
A

Design Agent

online · responds in seconds

Hey — what's the goal of today's session?
I want to ship a pricing page that matches our brand.
Got it. Sharing three variants in a sec — each in your brand tokens so it'll feel native. Which fits better: conversion-first, feature-first, or transparency-first?
Let's try conversion-first.

Hero

Landing-page headline + subtitle + primary CTA

marketing
New · v2.0

Designed for humans. Built for agents.

Ship a brand-aligned product in hours. Coding agents write UI that matches your design system — no brief, no handoff.

Pricing

Three-tier comparison grid with a highlighted middle tier

marketing

Simple pricing

Pay for what you use. Change plans any time.

Hobby

$0forever
  • 1 project
  • Community support
  • Public kits only

Pro

Popular
$19per month
  • Unlimited projects
  • Private kits
  • Priority support
  • AI kit generator

Team

$49per seat / mo
  • Everything in Pro
  • Shared workspace
  • SSO + audit logs
  • Dedicated support

source

---
name: Superhuman
description:
  Luxury-envelope email UI — Mysteria purple gradient hero, white body,
  warm-cream CTAs, Super Sans VF with 0.96 line-height, minimal 8/16px radii.
originalFonts:
  primary: "Super Sans VF"
colors:
  background: "#FFFFFF"
  surface: "#E9E5DD"
  ink: "#292827"
  accent: "#CBB7FB"
  mysteria-purple: "#1B1938"
  lavender-glow: "#CBB7FB"
  charcoal-ink: "#292827"
  amethyst-link: "#714CB6"
  pure-white: "#FFFFFF"
  warm-cream: "#E9E5DD"
  parchment-border: "#DCD7D3"
  border: "#DCD7D3"
typography:
  h1:
    family: "Inter"
    size: "4rem"
    weight: 540
    lineHeight: 0.96
  body:
    family: "Inter"
    size: "1rem"
    weight: 460
    lineHeight: 1.5
  code:
    family: "JetBrains Mono"
spacing:
  xs: "0.5rem"
  sm: "0.75rem"
  md: "1rem"
  lg: "1.5rem"
  xl: "3rem"
rounded:
  sm: "8px"
  md: "8px"
  lg: "16px"
  xl: "16px"
shadows:
  sm: "none"
  md: "0 4px 12px rgba(0,0,0,0.06)"
components:
  button-primary:
    background: "{colors.warm-cream}"
    color: "{colors.charcoal-ink}"
    border: "1px solid {colors.warm-cream}"
    radius: "{rounded.sm}"
    padding: "0.625rem 1.25rem"
  button-secondary:
    background: "{colors.charcoal-ink}"
    color: "#FFFFFF"
    border: "1px solid {colors.charcoal-ink}"
    radius: "{rounded.sm}"
    padding: "0.625rem 1.25rem"
  card:
    background: "#FFFFFF"
    border: "1px solid {colors.parchment-border}"
    radius: "{rounded.lg}"
    padding: "1.5rem"
  input:
    background: "#FFFFFF"
    border: "1px solid {colors.parchment-border}"
    radius: "{rounded.sm}"
    padding: "0.5rem 0.75rem"
---

<!-- source: VoltAgent/awesome-design-md @ 80bbbc2 (MIT) — see ATTRIBUTION.md -->

# Design System Inspiration of Superhuman

## 1. Visual Theme & Atmosphere

Superhuman's website feels like opening a luxury envelope — predominantly white,
immaculately clean, with a single dramatic gesture of color that commands
attention. The hero section is a cinematic purple gradient, a deep twilight wash
of `#1b1938` that evokes the moment just before dawn, overlaid with confident
white typography. Below this dramatic entrance, the rest of the site is almost
entirely white canvas with dark charcoal text, creating a stark but refined
reading experience.

The typography is the true signature: Super Sans VF, a custom variable font with
unconventional weight stops (460, 540, 600, 700) that sit between traditional
font weight categories. Weight 460 — slightly heavier than regular but lighter
than medium — is the workhorse, creating text that feels more confident than
typical 400-weight but never aggressive. The tight line-heights (0.96 on display
text) compress headlines into dense, powerful blocks, while generous 1.50
line-height on body text provides airy readability. This tension between
compressed power and breathing room defines the Superhuman typographic voice.

The design philosophy is maximum confidence through minimum decoration. Warm
cream buttons (`#e9e5dd`) instead of bright CTAs, a near-absence of borders and
shadows, and lavender purple (`#cbb7fb`) as the sole accent color. It's a
productivity tool that markets itself like a luxury brand — every pixel earns
its place, nothing is merely decorative. The brand naming convention extends to
colors: the primary purple is called "Mysteria," straddling blue and purple with
deliberate ambiguity.

**Key Characteristics:**

- Deep purple gradient hero (`#1b1938`) contrasting against a predominantly
  white content body
- Super Sans VF variable font with non-standard weight stops (460, 540,
  600, 700) — sits between conventional weight categories
- Ultra-tight display line-height (0.96) creating compressed, powerful headlines
- Warm Cream (`#e9e5dd`) buttons instead of bright/saturated CTAs — understated
  luxury
- Lavender Purple (`#cbb7fb`) as the singular accent color — a soft,
  approachable purple
- Minimal border-radius scale: only 8px and 16px — no micro-rounding, no pill
  shapes
- Product screenshots dominate the content — the UI sells itself with minimal
  surrounding decoration

## 2. Color Palette & Roles

### Primary

- **Mysteria Purple** (`#1b1938`): Hero gradient background, deep purple that
  straddles blue-purple — the darkest expression of the brand
- **Lavender Glow** (`#cbb7fb`): Primary accent and highlight color — soft
  purple used for emphasis, decorative elements, and interactive highlights
- **Charcoal Ink** (`#292827`): Primary text and heading color on light surfaces
  — warm near-black with faint brown undertone

### Secondary & Accent

- **Amethyst Link** (`#714cb6`): Underlined link text — mid-range purple that
  connects to the brand palette while signaling interactivity
- **Translucent White** (`color(srgb 1 1 1 / 0.95)`): Hero overlay text —
  near-white at 95% opacity for depth layering on dark surfaces
- **Misted White** (`color(srgb 1 1 1 / 0.8)`): Secondary text on dark surfaces
  — 80% opacity white for hierarchy on the hero gradient

### Surface & Background

- **Pure White** (`#ffffff`): Primary page background — the dominant canvas
  color for all content sections
- **Warm Cream** (`#e9e5dd`): Button background — a warm, neutral cream that
  avoids the coldness of pure gray
- **Parchment Border** (`#dcd7d3`): Card and divider borders — warm light gray
  with slight pink undertone

### Neutrals & Text

- **Charcoal Ink** (`#292827`): Primary heading and body text on white surfaces
- **Amethyst Link** (`#714cb6`): In-content links with underline decoration
- **Translucent White 95%** (`color(srgb 1 1 1 / 0.95)`): Primary text on
  dark/purple surfaces
- **Translucent White 80%** (`color(srgb 1 1 1 / 0.8)`): Secondary text on
  dark/purple surfaces

### Semantic & Accent

- Superhuman operates with extreme color restraint — Lavender Glow (`#cbb7fb`)
  is the only true accent
- Interactive states are communicated through opacity shifts and underline
  decorations rather than color changes
- The warm cream button palette avoids any saturated semantic colors (no red
  errors, green success visible on marketing)

### Gradient System

- **Hero Gradient**: Deep purple gradient starting from `#1b1938`, transitioning
  through purple-to-twilight tones across the hero section — the most dramatic
  visual element on the entire site
- **Content Transition**: The gradient dissolves into the white content area,
  creating a cinematic curtain-lift effect as the user scrolls
- No other gradients on the marketing site — the hero gradient is a singular
  dramatic gesture

## 3. Typography Rules

### Font Family

- **Display & Body**: `Super Sans VF` — custom variable font with non-standard
  weight axis. Fallbacks:
  `system-ui, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue`
- **Product UI** (referenced in brand): `Messina Sans` / `Messina Serif` /
  `Messina Mono` from Luzi Type — used in the product itself for
  sans-serif-to-serif transitions

### Hierarchy

| Role                 | Font          | Size | Weight | Line Height | Letter Spacing | Notes                                         |
| -------------------- | ------------- | ---- | ------ | ----------- | -------------- | --------------------------------------------- |
| Display Hero         | Super Sans VF | 64px | 540    | 0.96        | 0px            | Maximum compression, powerful block headlines |
| Section Display      | Super Sans VF | 48px | 460    | 0.96        | -1.32px        | Lighter weight for section introductions      |
| Section Heading      | Super Sans VF | 48px | 460    | 0.96        | 0px            | Alternate section heading without tracking    |
| Feature Title        | Super Sans VF | 28px | 540    | 1.14        | -0.63px        | Feature block headlines, tighter              |
| Sub-heading Large    | Super Sans VF | 26px | 460    | 1.30        | 0px            | Content sub-sections                          |
| Card Heading         | Super Sans VF | 22px | 460    | 0.76        | -0.315px       | Card title with extreme compression           |
| Body Heading         | Super Sans VF | 20px | 460    | 1.20        | 0px            | Bold content intros                           |
| Body Heading Alt     | Super Sans VF | 20px | 460    | 1.10        | -0.55px        | Tighter variant for emphasis                  |
| Body Heading Relaxed | Super Sans VF | 20px | 460    | 1.25        | -0.4px         | More breathing room variant                   |
| Emphasis Body        | Super Sans VF | 18px | 540    | 1.50        | -0.135px       | Medium-weight body for callouts               |
| Body                 | Super Sans VF | 16px | 460    | 1.50        | 0px            | Standard reading text — generous line-height  |
| Button / UI Bold     | Super Sans VF | 16px | 700    | 1.00        | 0px            | Bold UI elements                              |
| Button / UI Semi     | Super Sans VF | 16px | 600    | 1.00        | 0px            | Semi-bold navigation and labels               |
| Nav Link             | Super Sans VF | 16px | 460    | 1.20        | 0px            | Navigation items                              |
| Caption              | Super Sans VF | 14px | 500    | 1.20        | -0.315px       | Small labels, metadata                        |
| Caption Semi         | Super Sans VF | 14px | 600    | 1.29        | 0px            | Emphasized small text                         |
| Caption Body         | Super Sans VF | 14px | 460    | 1.50        | 0px            | Small body text                               |
| Micro Label          | Super Sans VF | 12px | 700    | 1.50        | 0px            | Smallest text — badges, tags                  |

### Principles

- **Non-standard weight axis**: Weights 460 and 540 are deliberately between
  conventional Regular (400) and Medium (500), creating a typographic texture
  that feels subtly "off" in a confident way — slightly heavier than expected,
  never quite bold
- **Extreme display compression**: Display headlines at 0.96 line-height
  collapse lines nearly on top of each other, creating dense typographic blocks
  that feel architectural
- **Body generosity**: In contrast, body text at 1.50 line-height is extremely
  spacious, ensuring comfortable reading after the dense headline impact
- **Selective negative tracking**: Letter-spacing is applied surgically —
  -1.32px on 48px headings, -0.63px on 28px features, but 0px on body text. The
  larger the text, the tighter the tracking
- **Variable font efficiency**: A single font file serves all weight variations
  (460–700), enabling smooth weight transitions and micro-adjustments

## 4. Component Stylings

### Buttons

- **Warm Cream Primary**: `#e9e5dd` background, Charcoal Ink (`#292827`) text,
  subtle rounded corners (8px radius), no visible border. The signature CTA —
  warm, muted, luxurious rather than aggressive
- **Dark Primary** (on light sections): `#292827` background with white text,
  8px radius — inverse of the warm cream for contrast sections
- **Ghost / Text Link**: No background, underline decoration, Amethyst Link
  (`#714cb6`) or Charcoal Ink color depending on context
- **Hero CTA**: Warm Cream on the dark purple gradient — the cream color pops
  dramatically against `#1b1938`
- **Hover**: Subtle opacity or brightness shift — no dramatic color
  transformations

### Cards & Containers

- **Content Card**: White background, Parchment Border (`#dcd7d3`) 1px border,
  16px border-radius — clean and minimal
- **Dark Surface Card**: `#292827` border on dark sections, maintaining
  warm-neutral tone
- **Hero Surface**: Semi-transparent white border (`rgba(255, 255, 255, 0.2)`)
  on purple gradient — ghostly containment
- **Product Screenshot Cards**: Large product UI images with clean edges,
  minimal framing — the product itself is the visual
- **Hover**: Minimal state changes — consistency and calm over flashy
  interactions

### Inputs & Forms

- Minimal form presence on the marketing site — Superhuman funnels users
  directly to signup
- Dark-bordered inputs with Charcoal Ink borders and warm-toned placeholder text
- Focus: Border emphasis increase, likely shifting from Parchment Border to
  Charcoal Ink

### Navigation

- **Top nav**: Clean white background on content sections, transparent on hero
  gradient
- **Nav links**: Super Sans VF at 16px, weight 460/600 for hierarchy
- **CTA button**: Warm Cream (`#e9e5dd`) pill in the nav — subtle, not
  attention-grabbing
- **Sticky behavior**: Nav remains fixed on scroll with background transition
- **Mobile**: Collapses to hamburger menu with simplified layout

### Image Treatment

- **Product screenshots**: Large, dominant product UI images showing the email
  interface — the product is the hero
- **Lifestyle photography**: A single dramatic image (silhouette against
  purple/red gradient) in the hero area — cinematic and editorial
- **Full-width presentation**: Screenshots span full container width with subtle
  shadow or no border
- **Aspect ratios**: Wide landscape ratios (roughly 16:9) for product
  screenshots
- **Color integration**: Screenshots are carefully color-graded to harmonize
  with the purple-to-white page flow

### Testimonial / Social Proof

- "Your Superhuman suite" section with product feature grid
- Feature descriptions paired with product screenshots — proof through
  demonstration rather than quotes
- Clean grid layout with consistent card sizing

## 5. Layout Principles

### Spacing System

- **Base unit**: 8px
- **Scale**: 2px, 4px, 6px, 8px, 12px, 16px, 18px, 20px, 24px, 28px, 32px, 36px,
  40px, 48px, 56px
- **Section padding**: 48px–80px vertical between major sections
- **Card padding**: 16px–32px internal spacing
- **Component gaps**: 8px–16px between related elements

### Grid & Container

- **Max width**: ~1200px content container, centered
- **Column patterns**: Full-width hero, centered single-column for key
  messaging, 2-3 column grid for feature cards
- **Feature grid**: Even column distribution for "Your Superhuman suite" product
  showcase

### Whitespace Philosophy

- **Confident emptiness**: Generous whitespace between sections signals premium
  positioning — every element has room to breathe
- **Product as content**: Large product screenshots fill space that lesser sites
  would fill with marketing copy
- **Progressive density**: The hero is spacious and cinematic, content sections
  become denser with feature grids, then opens up again for CTAs

### Border Radius Scale

- **8px**: Buttons, inline elements (`span`, `button`, `div`) — the universal
  small radius
- **16px**: Cards, links, larger containers (`a`, card elements) — the universal
  large radius
- Only two radii in the entire system — radical simplicity. No micro-rounding
  (2px), no pill shapes (50px+)

## 6. Depth & Elevation

| Level                 | Treatment                                          | Use                                           |
| --------------------- | -------------------------------------------------- | --------------------------------------------- |
| Level 0 (Flat)        | No shadow, white background                        | Primary page canvas, most content surfaces    |
| Level 1 (Border)      | `1px solid #dcd7d3` (Parchment Border)             | Card containment, section dividers            |
| Level 2 (Dark Border) | `1px solid #292827`                                | Header elements, dark section separators      |
| Level 3 (Glow)        | Subtle shadow (from 6 shadow definitions detected) | Product screenshot containers, elevated cards |
| Level 4 (Hero Depth)  | `rgba(255, 255, 255, 0.2)` transparent border      | Elements on the dark purple gradient hero     |

### Shadow Philosophy

Superhuman's elevation system is remarkably restrained on the marketing site.
Depth is primarily communicated through:

- **Border containment**: Warm-toned borders (`#dcd7d3`) at 1px create gentle
  separation
- **Color contrast**: The hero gradient creates massive depth through color
  shift rather than shadows
- **Product screenshots**: Screenshots themselves create depth by showing a
  layered UI within the flat page
- **Opacity layering**: Semi-transparent whites on the hero gradient create
  atmospheric depth layers

### Decorative Depth

- **Hero gradient**: The `#1b1938` → white gradient transition is the primary
  depth device — a cinematic curtain effect
- **Lavender accents**: `#cbb7fb` Lavender Glow elements float above the dark
  gradient, creating a stellar/atmospheric effect
- **No glassmorphism**: Despite the translucent borders, there are no
  blur/frosted-glass effects
- **Photography depth**: The hero silhouette image creates natural atmospheric
  depth without artificial CSS

## 7. Do's and Don'ts

### Do

- Use Super Sans VF at weight 460 as the default — it's slightly heavier than
  regular, which is the brand's typographic signature
- Keep display headlines at 0.96 line-height — the compression is intentional
  and powerful
- Use Warm Cream (`#e9e5dd`) for primary buttons — not white, not gray,
  specifically warm cream
- Limit border-radius to 8px (small) and 16px (large) — the binary radius system
  is deliberate
- Apply negative letter-spacing on headlines only (-0.63px to -1.32px) — body
  text stays at 0px
- Use Lavender Glow (`#cbb7fb`) as the only accent color — it's the sole color
  departure from the neutral palette
- Let product screenshots be the primary visual content — the UI sells itself
- Maintain the dramatic hero gradient as a singular gesture — the rest of the
  page is white

### Don't

- Use conventional font weights (400, 500, 600) — Superhuman's 460 and 540 are
  deliberately between standard stops
- Add bright or saturated CTA colors (blue, green, red) — buttons are
  intentionally muted in Warm Cream or Charcoal
- Introduce additional accent colors beyond Lavender Glow — the palette is
  deliberately restrained to one accent
- Apply shadows generously — depth comes from borders, color contrast, and
  photography, not box-shadows
- Use tight line-height on body text — display is compressed (0.96) but body is
  generous (1.50)
- Add decorative elements, icons, or illustrations — Superhuman relies on
  product UI and minimal typography
- Create pill-shaped buttons — the system uses 8px radius, not rounded pills
- Use pure black (`#000000`) for text — Charcoal Ink (`#292827`) is warmer and
  softer

## 8. Responsive Behavior

### Breakpoints

| Name          | Width         | Key Changes                                                                     |
| ------------- | ------------- | ------------------------------------------------------------------------------- |
| Mobile        | <768px        | Single column, hero text reduces to ~36px, stacked feature cards, hamburger nav |
| Tablet        | 768px–1024px  | 2-column feature grid begins, hero text ~48px, nav partially visible            |
| Desktop       | 1024px–1440px | Full layout, 64px hero display, multi-column feature grid, full nav             |
| Large Desktop | >1440px       | Max-width container centered, generous side margins                             |

### Touch Targets

- Buttons: 8px radius with comfortable padding — meets touch target guidelines
- Nav links: 16px text with adequate surrounding padding
- Mobile CTAs: Full-width Warm Cream buttons for easy thumb reach
- Links: Underline decoration provides clear tap affordance

### Collapsing Strategy

- **Navigation**: Full horizontal nav → hamburger menu on mobile
- **Hero text**: 64px display → 48px → ~36px across breakpoints
- **Feature grid**: Multi-column product showcase → 2-column → single stacked
  column
- **Product screenshots**: Scale within containers, maintaining landscape ratios
- **Section spacing**: Reduces proportionally — generous desktop margins
  compress on mobile

### Image Behavior

- Product screenshots scale responsively while maintaining aspect ratios
- Hero silhouette image crops or scales — maintains dramatic composition
- No art direction changes — same compositions across all breakpoints
- Lazy loading likely on below-fold product screenshots

## 9. Agent Prompt Guide

### Quick Color Reference

- Hero Background: Mysteria Purple (`#1b1938`)
- Primary Text (light bg): Charcoal Ink (`#292827`)
- Primary Text (dark bg): Translucent White (`color(srgb 1 1 1 / 0.95)` — use
  `rgba(255,255,255,0.95)`)
- Accent: Lavender Glow (`#cbb7fb`)
- Button Background: Warm Cream (`#e9e5dd`)
- Border: Parchment Border (`#dcd7d3`)
- Link: Amethyst Link (`#714cb6`)
- Page Background: Pure White (`#ffffff`)

### Example Component Prompts

- "Create a hero section with deep purple gradient background (#1b1938), 64px
  Super Sans heading at weight 540, line-height 0.96, white text at 95% opacity,
  and a warm cream button (#e9e5dd, 8px radius, #292827 text)"
- "Design a feature card with white background, 1px #dcd7d3 border, 16px radius,
  20px Super Sans heading at weight 460, and 16px body text at weight 460 with
  1.50 line-height in #292827"
- "Build a navigation bar with white background, Super Sans links at 16px weight
  460, a warm cream CTA button (#e9e5dd, 8px radius), sticky positioning"
- "Create a product showcase section with centered 48px heading (weight 460,
  -1.32px letter-spacing, #292827), a large product screenshot below, on white
  background"
- "Design an accent badge using Lavender Glow (#cbb7fb) background, 8px radius,
  12px bold text (weight 700), for category labels"

### Iteration Guide

When refining existing screens generated with this design system:

1. Verify font weight is 460 (not 400 or 500) for body and 540 for display — the
   non-standard weights are essential
2. Check that display line-height is 0.96 — if headlines look too spaced,
   they're wrong
3. Ensure buttons use Warm Cream (#e9e5dd) not pure white or gray — the warmth
   is subtle but critical
4. Confirm the only accent color is Lavender Glow (#cbb7fb) — no other hues
   should appear
5. The overall tone should feel like a luxury product presentation — minimal,
   confident, with one dramatic color gesture in the hero