MozaikaDesign system

Vanta — Design System

light · professional · medium · custom · confidence 92% · deep decode

Vanta softens compliance with a serif: Reckless at 72px/500 gives 'Trust is everything' a literary, almost legal-letterhead authority, floated over lavender washes with Inter at 16px underneath. Deep-violet #5E05C4 full-pill buttons and SOC-2 dashboard cards keep it product-real — audit automation that looks like it was art-directed by a law-firm rebrand.

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/vanta.

Tokens

Vanta's decoded design system: background #FFFFFF, text #181822, accent #5E05C4, link #5E05C4, primary #260048; type scale h1 72px / h2 56px / body 16px; 8px spacing base; 8px base radius. The single interactive/action color is #5E05C4 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DCDCDD
text#181822
text_muted#6F6F75
primary#260048
accent#5E05C4
link#5E05C4
secondary#DDD6FF
button_bg#5E05C4
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 200ms (dominant) with ease.

Native design tokens

TokenValue
--osano-clear-dialog-backgroundrgba(255,252,252,0)
--osano-button-border-color#fff
--osano-button-background-color#240642
--osano-button-foreground-color#ffffff
--osano-dialog-background-color#ffffff
--osano-dialog-foreground-color#240642
--osano-info-dialog-overlay-colorrgba(0,0,0,0)
--osano-link-color#000000
--osano-toggle-off-track-color#7A3FF1
--osano-toggle-off-thumb-color#FFFFFF

…and 99 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: a.home--products_card×12 → div.navbar5_dropdown-toggle×4 → div.navbar5_dropdown-toggle×4 → a.home--frameworks_item-li×8 → a.button×6 → a.button×6

Scroll reveal: 16 elements rest at opacity 0, translateY(24px), animate in over 0.3s cubic-bezier(0.645, 0.045, 0.355, 1).

Overlay recipe (measured)

dialog panel: #FFFFFF · radius 0px

Input (measured)

height 48px · radius 9999px

Responsive (measured)

Per-section tokens (12)

Export: DESIGN.md

# Vanta — Design System

> light, professional, medium, custom — deep decode (measured live)

Vanta softens compliance with a serif: Reckless at 72px/500 gives 'Trust is everything' a literary, almost legal-letterhead authority, floated over lavender washes with Inter at 16px underneath. Deep-violet #5E05C4 full-pill buttons and SOC-2 dashboard cards keep it product-real — audit automation that looks like it was art-directed by a law-firm rebrand.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DCDCDD` |
| text | `#181822` |
| text_muted | `#6F6F75` |
| primary | `#260048` |
| accent | `#5E05C4` |
| link | `#5E05C4` |
| secondary | `#DDD6FF` |
| button_bg | `#5E05C4` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#5E05C4` — 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`, `button_bg` are all `#5E05C4` — one role, not several (your action color).
- **accent** `#5E05C4` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **primary** `#260048` — a brand color — but the call-to-action uses #5E05C4, not this.
- **secondary** `#DDD6FF` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 40.8% · `#DDD6FF` 40.4% · `#6A5888` 14.6% · `#D3DBDF` 4.2%

## Typography

- Heading: **Reckless** _(free fallback: Fraunces)_
- Body: **Inter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 72px / 500 · lh 79px · tracking -1px |
| h2 | 64px / 500 · lh 77px · tracking -0.5px |
| h3 | 56px / 500 · lh 67px · tracking -1px |
| body | 16px / 400 · lh 24px |
| small | 14px / 400 · lh 22px |

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

> **Fonts —** Reckless is proprietary — closest free match: Fraunces (Google). Load Fraunces; keep Reckless first so licensed users still get it. Inter — free, on Google.

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

## Radius
- base: 8px
- button: 999px
- card: 8px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#5E05C4` / `#FFFFFF` | 1px solid rgb(94, 5, 196) | 9999px | 2.4px 2.4px 2.4px 12px | 500 16px | none |
| secondary | `#FFFFFF` / `#181822` | 1px solid rgb(255, 255, 255) | 9999px | 8px 10.4px 8px 12.8px | 500 16px | none |

**States (measured, not guessed)**

- primary hover: border `1px solid rgb(38, 0, 72)` · background `#260048`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: border `1px solid rgb(195, 196, 211)` · background `#F8F8F8`
- transition: `all 0.2s ease`

## Motion
- durations: 200ms (dominant) · 300ms · 350ms
- easings: `ease` (dominant) · `ease-out`
- animated properties: transform, color, background-color, opacity

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(255,252,252,0)` |
| `--osano-button-border-color` | `#fff` |
| `--osano-button-background-color` | `#240642` |
| `--osano-button-foreground-color` | `#ffffff` |
| `--osano-dialog-background-color` | `#ffffff` |
| `--osano-dialog-foreground-color` | `#240642` |
| `--osano-info-dialog-overlay-color` | `rgba(0,0,0,0)` |
| `--osano-link-color` | `#000000` |
| `--osano-toggle-off-track-color` | `#7A3FF1` |
| `--osano-toggle-off-thumb-color` | `#FFFFFF` |
| `--osano-toggle-on-track-color` | `#37CD8F` |
| `--osano-toggle-on-thumb-color` | `#FFFFFF` |

_…and 97 more measured on the page._

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

## Layout (measured)
- container max 1280px
- nav: 72px sticky · border-bottom 1px solid rgba(0, 0, 0, 0.1) · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 129 | 1653 | — | — | 0/0 | — |
| 1424 | 358 | — | — | 80/80 | — |
| 1782 | 2897 | — | — | 0/0 | — |
| 3807 | 873 | — | — | 0/0 | — |
| 4680 | 808 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `a.home--products_card`×12 @0ms → `div.navbar5_dropdown-toggle`×4 @125ms → `div.navbar5_dropdown-toggle`×4 @125ms → `a.home--frameworks_item-li`×8 @125ms → `a.button`×6 @125ms → `a.button`×6 @125ms
- scroll reveal: 16 elements rest at opacity 0, translateY(24px), animate in over 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) (14 revealed during the drive).
- overlay dialog (auto-opened): panel #FFFFFF · r 0px

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

## Components (measured)
- input: h 48px · r 9999px · border 1px solid rgba(36, 6, 66, 0.33) · bg #FFFFFF · placeholder #999999
- card ×6: pad 0px 0px 0px 0px · r 16px · border 1px solid rgb(158, 159, 183) · bg #E3E0EB
  - hover: border `1px solid rgb(72, 73, 96)` · background `#CDD2F8` · font-weight `400` · letter-spacing `normal` · transform `matrix(1, 0, 0, 1, 0, 0)`
- disabled: bg #5E05C4 · text #FFFFFF

## Responsive (measured)
- breakpoints: 479px · 590px · 768px · 980px · 992px
- mobile (390px): hero 48px · 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/vanta

Export: Tailwind v4 (@theme)

@theme {
  /* action color #5E05C4 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F1F1F1;
  --color-border: #DCDCDD;
  --color-text: #181822;
  --color-text-muted: #6F6F75;
  --color-primary: #260048;  /* a brand color — but the call-to-action uses #5E05C4, not this. */
  --color-accent: #5E05C4;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --color-link: #5E05C4;  /* inline text links — shares the action color. */
  --color-secondary: #DDD6FF;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --color-button-bg: #5E05C4;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Reckless is proprietary — closest free match: Fraunces (Google). Load Fraunces; keep Reckless first so licensed users still get it. Inter — free, on Google. */
  --font-heading: "Reckless", "Fraunces", Georgia, 'Times New Roman', serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
  --text-hero: 72px; --font-weight-hero: 500; --leading-hero: 79px; --tracking-hero: -1px;
  --text-h2: 64px; --font-weight-h2: 500; --leading-h2: 77px; --tracking-h2: -0.5px;
  --text-h3: 56px; --font-weight-h3: 500; --leading-h3: 67px; --tracking-h3: -1px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 22px;
  --radius-base: 8px;
  --radius-button: 999px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --color-btn-hover: #260048;  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 200ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 350ms;
  --section-y: 80px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 10, 12, 13, 16, 24, 32, 40, 48px */
}

Export: CSS variables

:root {
  /* action color #5E05C4 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F1F1F1;
  --border: #DCDCDD;
  --text: #181822;
  --text-muted: #6F6F75;
  --primary: #260048;  /* a brand color — but the call-to-action uses #5E05C4, not this. */
  --accent: #5E05C4;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --link: #5E05C4;  /* inline text links — shares the action color. */
  --secondary: #DDD6FF;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --button-bg: #5E05C4;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Reckless", "Fraunces", Georgia, 'Times New Roman', serif;
  --font-body: "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 72px; --weight-hero: 500; --leading-hero: 79px; --tracking-hero: -1px;
  --text-h2: 64px; --weight-h2: 500; --leading-h2: 77px; --tracking-h2: -0.5px;
  --text-h3: 56px; --weight-h3: 500; --leading-h3: 67px; --tracking-h3: -1px;
  --text-body: 16px; --weight-body: 400; --leading-body: 24px;
  --text-small: 14px; --weight-small: 400; --leading-small: 22px;
  --radius: 8px;
  --radius-button: 999px;
  --radius-card: 8px;
  --radius-pill: 9999px;
  --btn-bg-hover: #260048;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 200ms;
  --duration-base: 300ms;
  --duration-slow: 350ms;
  --section-y: 80px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --osano-clear-dialog-background: rgba(255,252,252,0);
  --osano-button-border-color: #fff;
  --osano-button-background-color: #240642;
  --osano-button-foreground-color: #ffffff;
  --osano-dialog-background-color: #ffffff;
  --osano-dialog-foreground-color: #240642;
  --osano-info-dialog-overlay-color: rgba(0,0,0,0);
  --osano-link-color: #000000;
  --osano-toggle-off-track-color: #7A3FF1;
  --osano-toggle-off-thumb-color: #FFFFFF;
  --osano-toggle-on-track-color: #37CD8F;
  --osano-toggle-on-thumb-color: #FFFFFF;
}
/* fonts: Reckless is proprietary — closest free match: Fraunces (Google). Load Fraunces; keep Reckless first so licensed users still get it. Inter — free, on Google. */