MozaikaDesign system

Napkin — Design System

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

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

Tokens

Napkin's decoded design system: background #FFFFFF, text #1A1A1A, accent #2D68F5, link #2D68F5, primary #2D68F5; type scale h1 80px / body 18px; 8px spacing base; 8px base radius. The single interactive/action color is #1A1A1A — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F1F1F1
border#DCDCDC
text#1A1A1A
text_muted#717171
primary#2D68F5
accent#2D68F5
link#2D68F5
secondary#EAF1FF
button_bg#1A1A1A
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--cc-link-color#30363c
--cc-bg#fff
--cc-primary-color#2c2f31
--cc-secondary-color#5e6266
--cc-btn-primary-bg#30363c
--cc-btn-primary-color#fff
--cc-btn-primary-border-color#30363c
--cc-btn-primary-hover-bg#000
--cc-btn-primary-hover-color#fff
--cc-btn-primary-hover-border-color#000

…and 34 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.hero__title-line-highligspan.hero__title-line-highligdiv.cm--boxdiv.cm--boxdiv.cm--boxh1.hero__title

Scroll reveal: 2 elements rest at opacity 0, animate in over 500ms.

Overlay recipe (measured)

dialog panel: #FFFFFF · radius 8px

Responsive (measured)

Per-section tokens (8)

Export: DESIGN.md

# Napkin — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F1F1F1` |
| border | `#DCDCDC` |
| text | `#1A1A1A` |
| text_muted | `#717171` |
| primary | `#2D68F5` |
| accent | `#2D68F5` |
| link | `#2D68F5` |
| secondary | `#EAF1FF` |
| button_bg | `#1A1A1A` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#1A1A1A` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `link` are all `#2D68F5` — one role, not several.
- **accent** `#2D68F5` — accent for emphasis — keep it rare on the page.
- **secondary** `#EAF1FF` — 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` 84% · `#D2F5FF` 5.1% · `#807F82` 4.5% · `#C7DBE2` 3.7%

## Typography

- Heading: **Geomanist** _(free fallback: Newsreader)_
- Body: **Plus Jakarta Sans**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 80px / 700 · lh 85px |
| h2 | 44px / 700 · lh 44px |
| h3 | 30px / 400 · lh 46px |
| body | 18px / 400 · lh 24px |
| small | 16px / 600 · lh 30px |
| eyebrow | 9px / 800 · tracking 0.45px |

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

> **Fonts —** Geomanist may be proprietary — safe free fallback: Newsreader (Google Fonts). Plus Jakarta Sans — free, on Google.

## Spacing
- base unit: 8px (inferred from the measured scale)
- measured scale: 7px, 10px, 12px, 13px, 16px, 20px, 21px, 26px, 33px, 35px — snap all gaps/padding to these
- section rhythm: 85px top/bottom padding per section (measured)

## Radius
- base: 8px
- button: 0px
- card: 16px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#484848` / `#F7F7F7` | none | 8px | 16px 26px 16px 26px | 400 18px | none |
| secondary | `#484848` / `#FFFFFF` | 1px solid rgb(72, 72, 72) | 6.4px | 6.56px 13.12px 6.56px 13.12px | 600 13.12px | none |

**States (measured, not guessed)**

- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `background-color 0.5s ease-out`

## Shadows (elevation)
- card: `rgba(0, 0, 2, 0.3) 0px 10px 30px 0px`
- overlay: `rgba(133, 147, 103, 0.2) 0px 4px 48px 0px`

## Motion
- durations: 500ms (dominant) · 150ms · 250ms
- easings: `ease` (dominant) · `ease-out`
- animated properties: color, background-color, border-color, transform

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 |
|-------|-------|
| `--cc-link-color` | `#30363c` |
| `--cc-bg` | `#fff` |
| `--cc-primary-color` | `#2c2f31` |
| `--cc-secondary-color` | `#5e6266` |
| `--cc-btn-primary-bg` | `#30363c` |
| `--cc-btn-primary-color` | `#fff` |
| `--cc-btn-primary-border-color` | `#30363c` |
| `--cc-btn-primary-hover-bg` | `#000` |
| `--cc-btn-primary-hover-color` | `#fff` |
| `--cc-btn-primary-hover-border-color` | `#000` |
| `--cc-btn-secondary-bg` | `#eaeff2` |
| `--cc-btn-secondary-color` | `#2c2f31` |

_…and 32 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: 137px · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 137 | 1053 | — | — | 1/85 | — |

## Motion choreography (measured)
Load order: `span.hero__title-line-highlig` @0ms → `span.hero__title-line-highlig` @690ms → `div.cm--box` @781ms → `div.cm--box` @781ms → `div.cm--box` @781ms → `h1.hero__title` @1054ms
- `h1.hero__title` — opacity 0→0.4 · width 0px→11px — 500ms ease-in-out (delay 1410ms)
- `h1.hero__title` — opacity 0→1 — 500ms ease-out (delay 1510ms)
- `h1.hero__title` — transform translateY(-50%) scale(1)→translateY(-50%) scale(1.1) · filter contrast(1)→contrast(1) — 300ms ease-out (delay 2010ms)
- scroll reveal: 2 elements rest at opacity 0, animate in over 500ms (0 revealed during the drive).
- overlay dialog (auto-opened): panel #FFFFFF · r 8px · shadow rgba(0, 0, 2, 0.3) 0px 10px 30px 0px

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

## Responsive (measured)
- breakpoints: 350px · 400px · 450px · 550px · 640px · 650px
- mobile (390px): hero 32px · 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/napkin

Export: Tailwind v4 (@theme)

@theme {
  /* action color #1A1A1A — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F1F1F1;
  --color-border: #DCDCDC;
  --color-text: #1A1A1A;
  --color-text-muted: #717171;
  --color-primary: #2D68F5;  /* a brand color — but the call-to-action uses #1A1A1A, not this. */
  --color-accent: #2D68F5;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #2D68F5;  /* inline text links and link-styled controls. */
  --color-secondary: #EAF1FF;  /* 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: #1A1A1A;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Geomanist may be proprietary — safe free fallback: Newsreader (Google Fonts). Plus Jakarta Sans — free, on Google. */
  --font-heading: "Geomanist", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500, 600, 700, 800 — use these, not 400/600 */
  --text-hero: 80px; --font-weight-hero: 700; --leading-hero: 85px;
  --text-h2: 44px; --font-weight-h2: 700; --leading-h2: 44px;
  --text-h3: 30px; --font-weight-h3: 400; --leading-h3: 46px;
  --text-body: 18px; --font-weight-body: 400; --leading-body: 24px;
  --text-small: 16px; --font-weight-small: 600; --leading-small: 30px;
  --text-eyebrow: 9px; --font-weight-eyebrow: 800; --tracking-eyebrow: 0.45px;
  --radius-base: 8px;
  --radius-button: 0px;
  --radius-card: 16px;
  --shadow-card: rgba(0, 0, 2, 0.3) 0px 10px 30px 0px;
  --shadow-overlay: rgba(133, 147, 103, 0.2) 0px 4px 48px 0px;
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 250ms;
  --duration-slow: 500ms;
  --section-y: 85px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 7, 10, 12, 13, 16, 20, 21, 26, 33, 35px */
}

Export: CSS variables

:root {
  /* action color #1A1A1A — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F1F1F1;
  --border: #DCDCDC;
  --text: #1A1A1A;
  --text-muted: #717171;
  --primary: #2D68F5;  /* a brand color — but the call-to-action uses #1A1A1A, not this. */
  --accent: #2D68F5;  /* accent for emphasis — keep it rare on the page. */
  --link: #2D68F5;  /* inline text links and link-styled controls. */
  --secondary: #EAF1FF;  /* 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: #1A1A1A;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Geomanist", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 80px; --weight-hero: 700; --leading-hero: 85px;
  --text-h2: 44px; --weight-h2: 700; --leading-h2: 44px;
  --text-h3: 30px; --weight-h3: 400; --leading-h3: 46px;
  --text-body: 18px; --weight-body: 400; --leading-body: 24px;
  --text-small: 16px; --weight-small: 600; --leading-small: 30px;
  --text-eyebrow: 9px; --weight-eyebrow: 800; --tracking-eyebrow: 0.45px;
  --radius: 8px;
  --radius-button: 0px;
  --radius-card: 16px;
  --shadow-card: rgba(0, 0, 2, 0.3) 0px 10px 30px 0px;
  --shadow-overlay: rgba(133, 147, 103, 0.2) 0px 4px 48px 0px;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 150ms;
  --duration-base: 250ms;
  --duration-slow: 500ms;
  --section-y: 85px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --cc-link-color: #30363c;
  --cc-bg: #fff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: #30363c;
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: #000;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: #2c2f31;
}
/* fonts: Geomanist may be proprietary — safe free fallback: Newsreader (Google Fonts). Plus Jakarta Sans — free, on Google. */