MozaikaDesign system

Vapi — Design System

dark · modern · medium · tailwind · confidence 90% · deep decode

The full decoded design system for Vapi: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/vapi.

Tokens

Vapi's decoded design system: background #0E0E13, text #FFFAEA, accent #9ACDBF, link #9ACDBF, primary #FFFAEA; type scale h1 80px / h2 58px / body 16px; 8px spacing base; 0px base radius. The single interactive/action color is #07070A — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#0E0E13
surface#1C1C1F
border#323133
text#FFFAEA
text_muted#A3A098
primary#FFFAEA
accent#9ACDBF
link#9ACDBF
button_bg#07070A
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--osano-clear-dialog-backgroundrgba(0,0,0,0)
--osano-button-border-colorrgba(0,0,0,0)
--osano-button-background-color#37aa9d
--osano-button-foreground-color#fafafa
--osano-dialog-background-color#1f1f23
--osano-dialog-foreground-color#fafafa
--osano-info-dialog-overlay-colorrgba(0,0,0,0.45)
--osano-link-color#37aa9d
--osano-toggle-off-track-color#62f6b5
--osano-toggle-off-thumb-color#FFFFFF

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.inline-block×2 → span.pointer-events-none×2 → li.flexspan×3 → div.animate-pulse×2 → span.absolute

Scroll reveal: 10 elements rest at translateY(58px), animate in over 298ms.

Stagger: span ×3 — 150ms apart.

Responsive (measured)

Per-section tokens (11)

Export: DESIGN.md

# Vapi — Design System

> dark, modern, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#0E0E13` |
| surface | `#1C1C1F` |
| border | `#323133` |
| text | `#FFFAEA` |
| text_muted | `#A3A098` |
| primary | `#FFFAEA` |
| accent | `#9ACDBF` |
| link | `#9ACDBF` |
| button_bg | `#07070A` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#07070A` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link` are all `#9ACDBF` — one role, not several.
- **accent** `#9ACDBF` — accent for emphasis — keep it rare on the page.
- **primary** `#FFFAEA` — ≈ the text color — a foreground/text color, not an action color (action = #07070A).
- **Page coverage** (full-page screenshot pixels): `#000000` 22.6% · `#5C5D58` 15.1% · `#3A3A37` 14.6% · `#737E7A` 12.7%

## Typography

- Heading: **foundryGridnik** _(free fallback: Newsreader)_
- Body: **avantt** _(free fallback: Newsreader)_
- Mono: **Geist Mono**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 80px / 600 · lh 72px · tracking -4px |
| h2 | 58px / 500 · lh 58px · tracking -2.32px |
| h3 | 40px / 500 · lh 40px · tracking -1.6px |
| body | 15px / 500 · lh 21px |
| small | 14px / 400 · lh 14px · tracking 1.8px |
| eyebrow | 14px / 500 · tracking 1.2px |

- Weight ladder: 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** foundryGridnik may be proprietary — safe free fallback: Newsreader (Google Fonts). avantt may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 2px, 4px, 8px, 10px, 14px, 16px, 24px, 32px, 40px, 48px — snap all gaps/padding to these
- section rhythm: 96px top/bottom padding per section (measured)

## Radius
- base: 0px
- button: 12px
- card: 12px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#000000` | none | 12px | 0px 16px 0px 16px | 500 15px | none |
| secondary | `#000000` / `#FAFAFA` | 1px solid rgb(0, 0, 0) | 12px | 0px 16px 0px 16px | 500 15px | none |

**States (measured, not guessed)**

- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `all 0.3s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 150ms (dominant) · 200ms · 300ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `ease-out`
- animated properties: background-color, color, border-color, stroke

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--osano-clear-dialog-background` | `rgba(0,0,0,0)` |
| `--osano-button-border-color` | `rgba(0,0,0,0)` |
| `--osano-button-background-color` | `#37aa9d` |
| `--osano-button-foreground-color` | `#fafafa` |
| `--osano-dialog-background-color` | `#1f1f23` |
| `--osano-dialog-foreground-color` | `#fafafa` |
| `--osano-info-dialog-overlay-color` | `rgba(0,0,0,0.45)` |
| `--osano-link-color` | `#37aa9d` |
| `--osano-toggle-off-track-color` | `#62f6b5` |
| `--osano-toggle-off-thumb-color` | `#FFFFFF` |
| `--osano-toggle-on-track-color` | `#37CD8F` |
| `--osano-toggle-on-thumb-color` | `#FFFFFF` |

_…and 108 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1296px · common grid: 2-col
- nav: 0px sticky

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 112 | 720 | — | — | 0/0 | — |
| 832 | 379 | 2 | 38 | 96/96 | 63/37 |
| 1211 | 1659 | 2 | 24 | 0/0 | 33/67 |
| 2869 | 352 | 2 | 40 | 96/96 | 30/70 |
| 3221 | 535 | 2 | 48 | 96/96 | 38/62 |
| 3756 | 987 | 2 | 2 | 0/0 | — |
| 4743 | 478 | 5 | — | 96/96 | — |

## Motion choreography (measured)
Load order: `span.inline-block`×2 @0ms → `span.pointer-events-none`×2 @0ms → `li.flex` @0ms → `span`×3 @0ms → `div.animate-pulse`×2 @0ms → `span.absolute` @389ms
- `li.relative` ×3 — opacity 0→1 · transform translateY(6px)→translateY(0px) — 480ms cubic-bezier(0.22, 0.8, 0.36, 1)
- `li.flex` — opacity 0→1 · transform translateY(8px)→translateY(0px) — 320ms cubic-bezier(0.2, 0.8, 0.2, 1)
- `span.pointer-events-none` ×2 — opacity 0→0 · transform scale(0.9)→scale(1.5) — 2400ms cubic-bezier(0.22, 0.61, 0.36, 1) · loops
- `span` ×3 — opacity 0.3→0.3 · transform scale(0.85)→scale(0.85) — 1200ms ease-in-out · loops
- `span.absolute` — transform none→rotate(360deg) — 3000ms · loops
- stagger: `span` ×3 — 150ms apart
- scroll reveal: 10 elements rest at translateY(58px), animate in over 298ms (0 revealed during the drive).

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #000000 · no underline

## Responsive (measured)
- breakpoints: 420px · 640px · 768px · 1024px · 1280px · 1536px
- mobile (390px): hero 56px · body 16px · nav: hamburger

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/vapi

Export: Tailwind v4 (@theme)

@theme {
  /* action color #07070A — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #0E0E13;
  --color-surface: #1C1C1F;
  --color-border: #323133;
  --color-text: #FFFAEA;
  --color-text-muted: #A3A098;
  --color-primary: #FFFAEA;  /* ≈ the text color — a foreground/text color, not an action color (action = #07070A). */
  --color-accent: #9ACDBF;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #9ACDBF;  /* inline text links and link-styled controls. */
  --color-button-bg: #07070A;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: foundryGridnik may be proprietary — safe free fallback: Newsreader (Google Fonts). avantt may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "foundryGridnik", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "avantt", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
  /* measured weights: 400, 500, 600 — use these, not 400/600 */
  --text-hero: 80px; --font-weight-hero: 600; --leading-hero: 72px; --tracking-hero: -4px;
  --text-h2: 58px; --font-weight-h2: 500; --leading-h2: 58px; --tracking-h2: -2.32px;
  --text-h3: 40px; --font-weight-h3: 500; --leading-h3: 40px; --tracking-h3: -1.6px;
  --text-body: 15px; --font-weight-body: 500; --leading-body: 21px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 14px; --tracking-small: 1.8px;
  --text-eyebrow: 14px; --font-weight-eyebrow: 500; --tracking-eyebrow: 1.2px;
  --radius-base: 0px;
  --radius-button: 12px;
  --radius-card: 12px;
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 96px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 8, 10, 14, 16, 24, 32, 40, 48px */
}

Export: CSS variables

:root {
  /* action color #07070A — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #0E0E13;
  --surface: #1C1C1F;
  --border: #323133;
  --text: #FFFAEA;
  --text-muted: #A3A098;
  --primary: #FFFAEA;  /* ≈ the text color — a foreground/text color, not an action color (action = #07070A). */
  --accent: #9ACDBF;  /* accent for emphasis — keep it rare on the page. */
  --link: #9ACDBF;  /* inline text links and link-styled controls. */
  --button-bg: #07070A;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "foundryGridnik", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "avantt", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "Geist Mono", ui-monospace, monospace;
  --text-hero: 80px; --weight-hero: 600; --leading-hero: 72px; --tracking-hero: -4px;
  --text-h2: 58px; --weight-h2: 500; --leading-h2: 58px; --tracking-h2: -2.32px;
  --text-h3: 40px; --weight-h3: 500; --leading-h3: 40px; --tracking-h3: -1.6px;
  --text-body: 15px; --weight-body: 500; --leading-body: 21px;
  --text-small: 14px; --weight-small: 400; --leading-small: 14px; --tracking-small: 1.8px;
  --text-eyebrow: 14px; --weight-eyebrow: 500; --tracking-eyebrow: 1.2px;
  --radius: 0px;
  --radius-button: 12px;
  --radius-card: 12px;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 300ms;
  --section-y: 96px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --osano-clear-dialog-background: rgba(0,0,0,0);
  --osano-button-border-color: rgba(0,0,0,0);
  --osano-button-background-color: #37aa9d;
  --osano-button-foreground-color: #fafafa;
  --osano-dialog-background-color: #1f1f23;
  --osano-dialog-foreground-color: #fafafa;
  --osano-info-dialog-overlay-color: rgba(0,0,0,0.45);
  --osano-link-color: #37aa9d;
  --osano-toggle-off-track-color: #62f6b5;
  --osano-toggle-off-thumb-color: #FFFFFF;
  --osano-toggle-on-track-color: #37CD8F;
  --osano-toggle-on-thumb-color: #FFFFFF;
}
/* fonts: foundryGridnik may be proprietary — safe free fallback: Newsreader (Google Fonts). avantt may be proprietary — safe free fallback: Newsreader (Google Fonts). */