MozaikaDesign system

Anytype — Design System

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

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

Tokens

Anytype's decoded design system: background #000000, text #ECECEE, accent #3CD9B3, link #C1C8D1, primary #3CD9B3; type scale h1 18px / h2 88px / body 18px; 8px spacing base; 0px base radius. The single interactive/action color is #000000 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#000000
surface#0E0E0E
border#232323
text#ECECEE
text_muted#929293
primary#3CD9B3
accent#3CD9B3
link#C1C8D1
button_bg#000000
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

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

Native design tokens

TokenValue
--default-transition-duration.15s
--default-transition-timing-functioncubic-bezier(.4,0,.2,1)
--font-secondary"riccionets",Helvetica,sans-serif
--font-weight-thin100
--font-primary"inter",Helvetica,sans-serif
--offset-desktop16rem
--offset-mobile10rem

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.h-fullh1.viewport-element-fade-indiv.viewport-element-fade-in×4

Scroll reveal: 20 elements rest at opacity 0, animate in over 1s ease.

Responsive (measured)

Per-section tokens (2)

Export: DESIGN.md

# Anytype — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#000000` |
| surface | `#0E0E0E` |
| border | `#232323` |
| text | `#ECECEE` |
| text_muted | `#929293` |
| primary | `#3CD9B3` |
| accent | `#3CD9B3` |
| link | `#C1C8D1` |
| button_bg | `#000000` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#000000` — 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` are all `#3CD9B3` — one role, not several.
- **accent** `#3CD9B3` — accent for emphasis — keep it rare on the page.
- **link** `#C1C8D1` — reads as a neutral UI color, not a link accent — verify against the reference (action = #000000).
- **Page coverage** (full-page screenshot pixels): `#FFFFFF` 76.5% · `#EABEBF` 7.9% · `#FDF0CF` 7.6% · `#B29C9A` 4.6%

## Typography

- Heading: **Helvetica**
- Body: **Helvetica**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 96px / 400 · lh 90px · tracking -2.4px |
| h2 | 88px / 300 · lh 90px · tracking -5.2px |
| h3 | 48px / 500 · lh 48px · tracking -2.4px |
| body | 16px / 400 · lh 24px · tracking -0.2px |
| small | 14px / 400 · lh 20px · tracking 1px |
| eyebrow | 14px / 400 · tracking 1px |

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

> **Fonts —** Helvetica — system font, no web load needed.

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

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#000000` / `#FFFFFF` | none | 6px | 0px 16px 0px 16px | 500 14px / -0.12px | none |

**States (measured, not guessed)**

- primary hover: background `oklab(0 none none / 0.9)`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 1000ms (dominant) · 500ms · 150ms
- easings: `ease` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)`
- animated properties: opacity, color, background-color, border-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 |
|-------|-------|
| `--default-transition-duration` | `.15s` |
| `--default-transition-timing-function` | `cubic-bezier(.4,0,.2,1)` |
| `--font-secondary` | `"riccionets",Helvetica,sans-serif` |
| `--font-weight-thin` | `100` |
| `--font-primary` | `"inter",Helvetica,sans-serif` |
| `--offset-desktop` | `16rem` |
| `--offset-mobile` | `10rem` |

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

## Layout (measured)
- container max 1680px · common grid: 3-col
- nav: 80px · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 80 | 837 | — | — | 0/0 | — |
| 917 | 1062 | 3 | — | 172/136 | — |
| 4405 | 1240 | 3 | — | 172/0 | — |

## Motion choreography (measured)
Load order: `div.h-full` @0ms → `h1.viewport-element-fade-in` @0ms → `div.viewport-element-fade-in`×4 @0ms
- scroll reveal: 20 elements rest at opacity 0, animate in over 1s ease (0 revealed during the drive).

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

## Responsive (measured)
- breakpoints: 480px · 768px · 1024px · 1240px · 1440px
- mobile (390px): hero 18px · body 1px · 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/anytype

Export: Tailwind v4 (@theme)

@theme {
  /* action color #000000 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #000000;
  --color-surface: #0E0E0E;
  --color-border: #232323;
  --color-text: #ECECEE;
  --color-text-muted: #929293;
  --color-primary: #3CD9B3;  /* a brand color — but the call-to-action uses #000000, not this. */
  --color-accent: #3CD9B3;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #C1C8D1;  /* reads as a neutral UI color, not a link accent — verify against the reference (action = #000000). */
  --color-button-bg: #000000;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Helvetica — system font, no web load needed. */
  --font-heading: "Helvetica", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Helvetica", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 300, 400, 500 — use these, not 400/600 */
  --text-hero: 96px; --font-weight-hero: 400; --leading-hero: 90px; --tracking-hero: -2.4px;
  --text-h2: 88px; --font-weight-h2: 300; --leading-h2: 90px; --tracking-h2: -5.2px;
  --text-h3: 48px; --font-weight-h3: 500; --leading-h3: 48px; --tracking-h3: -2.4px;
  --text-body: 16px; --font-weight-body: 400; --leading-body: 24px; --tracking-body: -0.2px;
  --text-small: 14px; --font-weight-small: 400; --leading-small: 20px; --tracking-small: 1px;
  --text-eyebrow: 14px; --font-weight-eyebrow: 400; --tracking-eyebrow: 1px;
  --radius-base: 0px;
  --radius-button: 6px;
  --radius-card: 16px;
  --color-btn-hover: oklab(0 none none / 0.9);  /* measured primary hover fill */
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 500ms;
  --duration-slow: 1000ms;
  --section-y: 172px;  /* per-section vertical padding (measured) */
  --spacing: 8px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 10, 14, 16, 20, 32, 40, 48, 62, 64px */
}

Export: CSS variables

:root {
  /* action color #000000 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #000000;
  --surface: #0E0E0E;
  --border: #232323;
  --text: #ECECEE;
  --text-muted: #929293;
  --primary: #3CD9B3;  /* a brand color — but the call-to-action uses #000000, not this. */
  --accent: #3CD9B3;  /* accent for emphasis — keep it rare on the page. */
  --link: #C1C8D1;  /* reads as a neutral UI color, not a link accent — verify against the reference (action = #000000). */
  --button-bg: #000000;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Helvetica", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Helvetica", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 96px; --weight-hero: 400; --leading-hero: 90px; --tracking-hero: -2.4px;
  --text-h2: 88px; --weight-h2: 300; --leading-h2: 90px; --tracking-h2: -5.2px;
  --text-h3: 48px; --weight-h3: 500; --leading-h3: 48px; --tracking-h3: -2.4px;
  --text-body: 16px; --weight-body: 400; --leading-body: 24px; --tracking-body: -0.2px;
  --text-small: 14px; --weight-small: 400; --leading-small: 20px; --tracking-small: 1px;
  --text-eyebrow: 14px; --weight-eyebrow: 400; --tracking-eyebrow: 1px;
  --radius: 0px;
  --radius-button: 6px;
  --radius-card: 16px;
  --btn-bg-hover: oklab(0 none none / 0.9);
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 150ms;
  --duration-base: 500ms;
  --duration-slow: 1000ms;
  --section-y: 172px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --default-transition-duration: .15s;
  --default-transition-timing-function: cubic-bezier(.4,0,.2,1);
  --font-secondary: "riccionets",Helvetica,sans-serif;
  --font-weight-thin: 100;
  --font-primary: "inter",Helvetica,sans-serif;
  --offset-desktop: 16rem;
  --offset-mobile: 10rem;
}
/* fonts: Helvetica — system font, no web load needed. */