MozaikaDesign system

Lindy — Design System

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

The full decoded design system for Lindy: 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/lindy.

Tokens

Lindy's decoded design system: background #FCF9F8, text #3E4A56, accent #2A66FF, link #2A66FF, primary #3E4A56; type scale h1 72px / h2 20px / body 20px; 4px spacing base; 12px base radius. The single interactive/action color is #2A66FF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FCF9F8
surface#F0EEEE
border#DFDEDF
text#3E4A56
text_muted#868C93
primary#3E4A56
accent#2A66FF
link#2A66FF
secondary#0F1E2E
button_bg#2A66FF
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadow

rgba(0, 0, 0, 0.1) 0px -1px 1px 0px inset, rgba(20, 21, 26, 0.05) 0px 1px 2px 0px

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--lumos-latest_theme---text#1f1d1e
--lumos-latest_theme---background#ebebeb
--text-main#0f3547
--swatch--dark#0f3547
--new-text-color-secondary#474a54
--text-subtle#31505f
--theme--text#0f3547
--new-text-color-main#0f3547
--brand-blue#2a66ff
--button--background-hover#2252cc

…and 56 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.integration_content_test×3 → span.lp-typing-dot×6 → div.lp-typing×2 → div.lp-typing×2 → div.lp-bubble-wrap×2 → div.lp-bubble-wrap×2

Responsive (measured)

Per-section tokens (11)

Export: DESIGN.md

# Lindy — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FCF9F8` |
| surface | `#F0EEEE` |
| border | `#DFDEDF` |
| text | `#3E4A56` |
| text_muted | `#868C93` |
| primary | `#3E4A56` |
| accent | `#2A66FF` |
| link | `#2A66FF` |
| secondary | `#0F1E2E` |
| button_bg | `#2A66FF` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#2A66FF` — 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 `#2A66FF` — one role, not several (your action color).
- **accent** `#2A66FF` — 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** `#3E4A56` — ≈ the text color — a foreground/text color, not an action color (action = #2A66FF).
- **secondary** `#0F1E2E` — 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): `#FCF9F8` 84.5% · `#EBEBEB` 10.6% · `#85ABD5` 4.9%

## Typography

- Heading: **Manrope**
- Body: **Manrope**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 72px / 700 · lh 76px · tracking -1.44px |
| h2 | 48px / 700 · lh 50px · tracking -0.96px |
| h3 | 32px / 700 · lh 35px · tracking -0.64px |
| body | 20px / 500 · lh 30px · tracking -0.2px |
| small | 16px / 500 · lh 24px · tracking -0.16px |
| eyebrow | 14px / 700 · tracking 1.41px |

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

> **Fonts —** Manrope — free, on Google.

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

## Radius
- base: 12px
- button: 12px
- card: 12px
- pill: 9999px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#0A84FF` / `#FFFFFF` | none | 18px 18px 5px | 8px 10px 8px 13px | 400 14px | rgba(0, 0, 0, 0.1) 0px -1px 1px 0px inset, rgba(20, 21, 26, 0.05) 0px 1px 2px 0px |
| secondary | `rgba(0, 0, 0, 0)` / `#FFFFFF` | none | 12px | 0px 0px 0px 0px | 500 16px / -0.16px | none |

**States (measured, not guessed)**

- primary focus: outline `1px solid rgb(42, 102, 255)`
- transition: `transform 0.12s ease`

## Shadows (elevation)
- subtle: `rgba(20, 21, 26, 0.05) 0px 1px 2px 0px`
- card: `rgba(15, 53, 71, 0.08) 0px 2px 6px 0px`
- button: `rgba(0, 0, 0, 0.1) 0px -1px 1px 0px inset, rgba(20, 21, 26, 0.05) 0px 1px 2px 0px`

## Motion
- durations: 200ms (dominant) · 220ms · 120ms
- easings: `ease` (dominant) · `cubic-bezier(0.165, 0.84, 0.44, 1)`
- animated properties: color, opacity, border-color, background-color

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 |
|-------|-------|
| `--lumos-latest_theme---text` | `#1f1d1e` |
| `--lumos-latest_theme---background` | `#ebebeb` |
| `--text-main` | `#0f3547` |
| `--swatch--dark` | `#0f3547` |
| `--new-text-color-secondary` | `#474a54` |
| `--text-subtle` | `#31505f` |
| `--theme--text` | `#0f3547` |
| `--new-text-color-main` | `#0f3547` |
| `--brand-blue` | `#2a66ff` |
| `--button--background-hover` | `#2252cc` |
| `--swatch--stroke-subtle` | `#e7e7e7` |
| `--theme--background` | `#fcfbf8` |

_…and 54 more measured on the page._

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

## Layout (measured)
- container max 1440px · common grid: 2-col
- nav: 62px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 900 | 2 | 32 | 0/0 | — |
| 900 | 2612 | — | — | 40/40 | — |
| 3512 | 745 | — | — | 40/40 | — |
| 4257 | 661 | — | — | 40/40 | — |

## Motion choreography (measured)
Load order: `div.integration_content_test`×3 @0ms → `span.lp-typing-dot`×6 @448ms → `div.lp-typing`×2 @451ms → `div.lp-typing`×2 @451ms → `div.lp-bubble-wrap`×2 @868ms → `div.lp-bubble-wrap`×2 @868ms

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

## Components (measured)
- card ×3: pad 0px 0px 0px 0px · r 12px · border 1px solid rgb(231, 231, 231) · bg #FFFFFF
  - hover: font-weight `500` · letter-spacing `-0.16px`

## Responsive (measured)
- breakpoints: 330px · 479px · 527px · 549px · 768px · 930px
- mobile (390px): hero 50px · body 16px · nav: inline

## 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/lindy

Export: Tailwind v4 (@theme)

@theme {
  /* action color #2A66FF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FCF9F8;
  --color-surface: #F0EEEE;
  --color-border: #DFDEDF;
  --color-text: #3E4A56;
  --color-text-muted: #868C93;
  --color-primary: #3E4A56;  /* ≈ the text color — a foreground/text color, not an action color (action = #2A66FF). */
  --color-accent: #2A66FF;  /* 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: #2A66FF;  /* inline text links — shares the action color. */
  --color-secondary: #0F1E2E;  /* 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: #2A66FF;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Manrope — free, on Google. */
  --font-heading: "Manrope", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Manrope", 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: 700; --leading-hero: 76px; --tracking-hero: -1.44px;
  --text-h2: 48px; --font-weight-h2: 700; --leading-h2: 50px; --tracking-h2: -0.96px;
  --text-h3: 32px; --font-weight-h3: 700; --leading-h3: 35px; --tracking-h3: -0.64px;
  --text-body: 20px; --font-weight-body: 500; --leading-body: 30px; --tracking-body: -0.2px;
  --text-small: 16px; --font-weight-small: 500; --leading-small: 24px; --tracking-small: -0.16px;
  --text-eyebrow: 14px; --font-weight-eyebrow: 700; --tracking-eyebrow: 1.41px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(15, 53, 71, 0.08) 0px 2px 6px 0px;
  --shadow-subtle: rgba(20, 21, 26, 0.05) 0px 1px 2px 0px;
  --outline-focus: 1px solid rgb(42, 102, 255);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 120ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 200ms;
  --duration-slow: 220ms;
  --section-y: 40px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 6, 8, 11, 12, 13, 16, 20, 24, 32, 40px */
}

Export: CSS variables

:root {
  /* action color #2A66FF — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FCF9F8;
  --surface: #F0EEEE;
  --border: #DFDEDF;
  --text: #3E4A56;
  --text-muted: #868C93;
  --primary: #3E4A56;  /* ≈ the text color — a foreground/text color, not an action color (action = #2A66FF). */
  --accent: #2A66FF;  /* 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: #2A66FF;  /* inline text links — shares the action color. */
  --secondary: #0F1E2E;  /* 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: #2A66FF;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Manrope", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Manrope", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 72px; --weight-hero: 700; --leading-hero: 76px; --tracking-hero: -1.44px;
  --text-h2: 48px; --weight-h2: 700; --leading-h2: 50px; --tracking-h2: -0.96px;
  --text-h3: 32px; --weight-h3: 700; --leading-h3: 35px; --tracking-h3: -0.64px;
  --text-body: 20px; --weight-body: 500; --leading-body: 30px; --tracking-body: -0.2px;
  --text-small: 16px; --weight-small: 500; --leading-small: 24px; --tracking-small: -0.16px;
  --text-eyebrow: 14px; --weight-eyebrow: 700; --tracking-eyebrow: 1.41px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-card: 12px;
  --radius-pill: 9999px;
  --radius-sharp: 2px;
  --shadow-card: rgba(15, 53, 71, 0.08) 0px 2px 6px 0px;
  --shadow-subtle: rgba(20, 21, 26, 0.05) 0px 1px 2px 0px;
  --focus-ring: 1px solid rgb(42, 102, 255);
  --ease: ease;
  --duration-fast: 120ms;
  --duration-base: 200ms;
  --duration-slow: 220ms;
  --section-y: 40px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --lumos-latest_theme---text: #1f1d1e;
  --lumos-latest_theme---background: #ebebeb;
  --text-main: #0f3547;
  --swatch--dark: #0f3547;
  --new-text-color-secondary: #474a54;
  --text-subtle: #31505f;
  --theme--text: #0f3547;
  --new-text-color-main: #0f3547;
  --brand-blue: #2a66ff;
  --button--background-hover: #2252cc;
  --swatch--stroke-subtle: #e7e7e7;
  --theme--background: #fcfbf8;
}
/* fonts: Manrope — free, on Google. */