MozaikaDesign system

Encore — Design System

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

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

Tokens

Encore's decoded design system: background #EEEEE1, text #111111, accent #FFB84A, link #FFB84A, primary #6D89FF; type scale h1 64px / h2 48px / body 20px; 4px spacing base; 0px base radius. The single interactive/action color is #111111 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#EEEEE1
surface#E0E0D4
border#CCCCC1
text#111111
text_muted#646460
primary#6D89FF
accent#FFB84A
link#FFB84A
secondary#B3D77E
button_bg#111111
button_text#EEEEE1

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
--primary-bg-color#eeeee1
--backgroundlab(100% 0 0)
--foregroundlab(2.75381% 0 0)
--cardlab(100% 0 0)
--card-foregroundlab(2.75381% 0 0)
--popoverlab(100% 0 0)
--popover-foregroundlab(2.75381% 0 0)
--primarylab(7.78201% -.0000149012 0)
--primary-foregroundlab(98.26% 0 0)
--secondarylab(96.52% -.0000298023 .0000119209)

…and 60 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.h-8div.absolute×5 → div×2 → span.lid-cursorul.flex×4 → ul.flex×2

Responsive (measured)

Per-section tokens (2)

Export: DESIGN.md

# Encore — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#EEEEE1` |
| surface | `#E0E0D4` |
| border | `#CCCCC1` |
| text | `#111111` |
| text_muted | `#646460` |
| primary | `#6D89FF` |
| accent | `#FFB84A` |
| link | `#FFB84A` |
| secondary | `#B3D77E` |
| button_bg | `#111111` |
| button_text | `#EEEEE1` |

**Using these colors**

- **Action color** `#111111` — 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 `#FFB84A` — one role, not several.
- **accent** `#FFB84A` — accent for emphasis — keep it rare on the page.
- **primary** `#6D89FF` — a brand color — but the call-to-action uses #111111, not this.
- **secondary** `#B3D77E` — 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): `#ECECDF` 70.3% · `#111111` 24.2% · `#77766F` 5.3% · `#FAF2C1` 0.1%

## Typography

- Heading: **SFMono-Regular** _(free fallback: JetBrains Mono)_
- Body: **SFMono-Regular** _(free fallback: JetBrains Mono)_
- Mono: **SFMono-Regular**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 600 · lh 67px · tracking -1.92px |
| h2 | 48px / 400 · lh 58px · tracking -1.44px |
| h3 | 20px / 500 · lh 28px · tracking -0.5px |
| body | 14px / 400 · lh 20px · tracking -0.5px |
| small | 13px / 400 · lh 21px · tracking -0.5px |
| eyebrow | 10px / 400 · tracking 0.5px |

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

> **Fonts —** SFMono-Regular may be proprietary — safe free fallback: JetBrains Mono (Google Fonts).

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

## Radius
- base: 0px
- button: 0px
- card: 4px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#EEEEE1` / `#111111` | 2px solid rgb(17, 17, 17) | 0px | 0px 24px 0px 24px | 400 16px / -0.5px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#111111` | none | 0px | 0px 0px 0px 0px | 400 20px / -0.5px | none |

**States (measured, not guessed)**

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

## Motion
- durations: 150ms (dominant) · 200ms · 100ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear`
- 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 |
|-------|-------|
| `--primary-bg-color` | `#eeeee1` |
| `--background` | `lab(100% 0 0)` |
| `--foreground` | `lab(2.75381% 0 0)` |
| `--card` | `lab(100% 0 0)` |
| `--card-foreground` | `lab(2.75381% 0 0)` |
| `--popover` | `lab(100% 0 0)` |
| `--popover-foreground` | `lab(2.75381% 0 0)` |
| `--primary` | `lab(7.78201% -.0000149012 0)` |
| `--primary-foreground` | `lab(98.26% 0 0)` |
| `--secondary` | `lab(96.52% -.0000298023 .0000119209)` |
| `--secondary-foreground` | `lab(7.78201% -.0000149012 0)` |
| `--muted` | `lab(96.52% -.0000298023 .0000119209)` |

_…and 58 more measured on the page._

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

## Layout (measured)
- container max 1530px · common grid: 4-col
- nav: 48px relative

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 100 | 1156 | 4 | 24 | 0/64 | — |
| 1254 | 938 | — | — | 96/64 | — |
| 2190 | 358 | — | — | 96/96 | — |
| 2547 | 687 | — | — | 96/96 | — |
| 3232 | 935 | — | — | 96/96 | — |

## Motion choreography (measured)
Load order: `span.h-8` @0ms → `div.absolute`×5 @0ms → `div`×2 @0ms → `span.lid-cursor` @270ms → `ul.flex`×4 @270ms → `ul.flex`×2 @270ms
- `div` ×2 — transform scaleX(1) scaleY(1)→scaleX(-1) scaleY(-1) — 300ms steps(1) · loops

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

## Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px · 1400px · 1600px
- mobile (390px): hero 28px · 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/encore

Export: Tailwind v4 (@theme)

@theme {
  /* action color #111111 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #EEEEE1;
  --color-surface: #E0E0D4;
  --color-border: #CCCCC1;
  --color-text: #111111;
  --color-text-muted: #646460;
  --color-primary: #6D89FF;  /* a brand color — but the call-to-action uses #111111, not this. */
  --color-accent: #FFB84A;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #FFB84A;  /* fails contrast on the background (~1.5:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --color-secondary: #B3D77E;  /* 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: #111111;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #EEEEE1;
  /* fonts: SFMono-Regular may be proprietary — safe free fallback: JetBrains Mono (Google Fonts). */
  --font-heading: "SFMono-Regular", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-body: "SFMono-Regular", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-mono: "SFMono-Regular", ui-monospace, monospace;
  /* measured weights: 400, 500, 600 — use these, not 400/600 */
  --text-hero: 64px; --font-weight-hero: 600; --leading-hero: 67px; --tracking-hero: -1.92px;
  --text-h2: 48px; --font-weight-h2: 400; --leading-h2: 58px; --tracking-h2: -1.44px;
  --text-h3: 20px; --font-weight-h3: 500; --leading-h3: 28px; --tracking-h3: -0.5px;
  --text-body: 14px; --font-weight-body: 400; --leading-body: 20px; --tracking-body: -0.5px;
  --text-small: 13px; --font-weight-small: 400; --leading-small: 21px; --tracking-small: -0.5px;
  --text-eyebrow: 10px; --font-weight-eyebrow: 400; --tracking-eyebrow: 0.5px;
  --radius-base: 0px;
  --radius-button: 0px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 100ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 150ms;
  --duration-slow: 200ms;
  --section-y: 96px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 6, 8, 10, 12, 16, 20, 24, 40px */
}

Export: CSS variables

:root {
  /* action color #111111 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #EEEEE1;
  --surface: #E0E0D4;
  --border: #CCCCC1;
  --text: #111111;
  --text-muted: #646460;
  --primary: #6D89FF;  /* a brand color — but the call-to-action uses #111111, not this. */
  --accent: #FFB84A;  /* accent for emphasis — keep it rare on the page. */
  --link: #FFB84A;  /* fails contrast on the background (~1.5:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --secondary: #B3D77E;  /* 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: #111111;  /* primary-button fill — the main call-to-action color. */
  --button-text: #EEEEE1;
  --font-heading: "SFMono-Regular", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-body: "SFMono-Regular", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-mono: "SFMono-Regular", ui-monospace, monospace;
  --text-hero: 64px; --weight-hero: 600; --leading-hero: 67px; --tracking-hero: -1.92px;
  --text-h2: 48px; --weight-h2: 400; --leading-h2: 58px; --tracking-h2: -1.44px;
  --text-h3: 20px; --weight-h3: 500; --leading-h3: 28px; --tracking-h3: -0.5px;
  --text-body: 14px; --weight-body: 400; --leading-body: 20px; --tracking-body: -0.5px;
  --text-small: 13px; --weight-small: 400; --leading-small: 21px; --tracking-small: -0.5px;
  --text-eyebrow: 10px; --weight-eyebrow: 400; --tracking-eyebrow: 0.5px;
  --radius: 0px;
  --radius-button: 0px;
  --radius-card: 4px;
  --radius-pill: 9999px;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 100ms;
  --duration-base: 150ms;
  --duration-slow: 200ms;
  --section-y: 96px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --primary-bg-color: #eeeee1;
  --background: lab(100% 0 0);
  --foreground: lab(2.75381% 0 0);
  --card: lab(100% 0 0);
  --card-foreground: lab(2.75381% 0 0);
  --popover: lab(100% 0 0);
  --popover-foreground: lab(2.75381% 0 0);
  --primary: lab(7.78201% -.0000149012 0);
  --primary-foreground: lab(98.26% 0 0);
  --secondary: lab(96.52% -.0000298023 .0000119209);
  --secondary-foreground: lab(7.78201% -.0000149012 0);
  --muted: lab(96.52% -.0000298023 .0000119209);
}
/* fonts: SFMono-Regular may be proprietary — safe free fallback: JetBrains Mono (Google Fonts). */