MozaikaDesign system

Signal Mobile — Design System

dark · consumer · high · confidence 85% · deep decode

Signal Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

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/signal-mobile.

Tokens

Signal Mobile's decoded design system: background #000000, text #FFFFFF, accent #2267F5, link #2267F5, primary #2267F5; type scale h1 34px / h2 22px / body 17px; 6px spacing base; 12px base radius. The single interactive/action color is #2267F5 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#000000
surface#0F0F0F
border#262626
text#FFFFFF
text_muted#9E9E9E
primary#2267F5
accent#2267F5
link#2267F5
button_bg#2267F5
button_text#000000

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--bulma-arrow-colorhsl(233deg,100%,63%)
--bulma-loading-colorhsl(221,14%,86%)
--bulma-whitehsla(221deg,14%,100%,1)
--bulma-white-basehsla(221deg,14%,100%,1)
--bulma-white-invert#090a0c
--bulma-white-on-schemehsla(221deg,14%,35%,1)
--bulma-blackhsla(221deg,14%,4%,1)
--bulma-black-basehsla(221deg,14%,4%,1)
--bulma-black-invert#fff
--bulma-black-on-schemehsla(221deg,14%,4%,1)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Responsive (measured)

Export: DESIGN.md

# Signal Mobile — Design System

> dark, consumer, high — deep decode (measured live)

Signal Mobile — palette measured from official store listing screenshots (colors only; no font claims). Type scale shown is the platform HIG default.

## Colors

| Role | Value |
|------|-------|
| bg | `#000000` |
| surface | `#0F0F0F` |
| border | `#262626` |
| text | `#FFFFFF` |
| text_muted | `#9E9E9E` |
| primary | `#2267F5` |
| accent | `#2267F5` |
| link | `#2267F5` |
| button_bg | `#2267F5` |
| button_text | `#000000` |

**Using these colors**

- **Action color** `#2267F5` — 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`, `button_bg` are all `#2267F5` — one role, not several (your action color).
- **accent** `#2267F5` — 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.
- **Page coverage** (full-page screenshot pixels): `#9DBBF8` 49.4% · `#FFFFFF` 22.9% · `#19191B` 16.9% · `#70718A` 6.6%

## Typography


| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 60px / 800 · lh 64px |
| h2 | 40px / 800 · lh 44px |
| h3 | 28px / 800 · lh 32px |
| body | 20px / 400 · lh 28px |
| small | 16px / 400 · lh 22px |

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

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

## Radius
- base: 12px
- button: 12px
- card: 16px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFFFFF` / `#2C6BED` | none | 8px | 0px 20px 0px 20px | 600 20px | rgba(51, 51, 51, 0.05) 0px 1.25px 2.5px 0px, rgba(51, 51, 51, 0.05) 0px 2.5px 5px 0px |
| secondary | `rgba(255, 255, 255, 0)` / `#1B1B1B` | none | — | 8px 12px 8px 12px | 400 16px | none |

**States (measured, not guessed)**

- primary hover: color `#1851B4`
- primary focus: box-shadow `rgba(66, 88, 255, 0.25) 0px 0px 0px 3.75px`
- secondary hover: background `rgba(0, 0, 0, 0)` · color `#2C6BED`
- transition: `background-color 0.294s ease`

## Shadows (elevation)
- subtle: `rgba(51, 51, 51, 0.05) 0px 1.25px 2.5px 0px, rgba(51, 51, 51, 0.05) 0px 2.5px 5px 0px`
- card: `rgba(0, 0, 0, 0.12) 0px 4px 12px 0px, rgba(0, 0, 0, 0.08) 0px 0px 2px 0px`

## Motion
- durations: 294ms (dominant)
- easings: `ease` (dominant)
- animated properties: color, background-color, border-color, box-shadow

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 |
|-------|-------|
| `--bulma-arrow-color` | `hsl(233deg,100%,63%)` |
| `--bulma-loading-color` | `hsl(221,14%,86%)` |
| `--bulma-white` | `hsla(221deg,14%,100%,1)` |
| `--bulma-white-base` | `hsla(221deg,14%,100%,1)` |
| `--bulma-white-invert` | `#090a0c` |
| `--bulma-white-on-scheme` | `hsla(221deg,14%,35%,1)` |
| `--bulma-black` | `hsla(221deg,14%,4%,1)` |
| `--bulma-black-base` | `hsla(221deg,14%,4%,1)` |
| `--bulma-black-invert` | `#fff` |
| `--bulma-black-on-scheme` | `hsla(221deg,14%,4%,1)` |
| `--bulma-light` | `hsla(221deg,14%,96%,1)` |
| `--bulma-light-base` | `hsla(221deg,14%,96%,1)` |

_…and 108 more measured on the page._

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

## Layout (measured)
- container max 1344px · common grid: 2-col
- nav: 85px fixed · border-bottom 1px solid rgb(235, 234, 235) · bg #FFFFFF

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 85 | 680 | — | — | 0/0 | — |
| 829 | 184 | — | — | 48/48 | — |
| 1013 | 764 | 2 | — | 48/48 | 67/33 |
| 1777 | 1190 | 2 | — | 48/48 | — |
| 2967 | 635 | 2 | — | 48/48 | 67/33 |
| 3602 | 635 | 2 | — | 48/48 | 33/67 |

## Components (measured)
- link: #2C6BED · no underline — hover #1851B4

## Responsive (measured)
- breakpoints: 768px · 1024px
- mobile (390px): hero 40px · 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/signal-mobile

Export: Tailwind v4 (@theme)

@theme {
  /* action color #2267F5 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #000000;
  --color-surface: #0F0F0F;
  --color-border: #262626;
  --color-text: #FFFFFF;
  --color-text-muted: #9E9E9E;
  --color-primary: #2267F5;  /* primary brand / action color. */
  --color-accent: #2267F5;  /* 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: #2267F5;  /* inline text links — shares the action color. */
  --color-button-bg: #2267F5;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #000000;
  /* measured weights: 400, 600, 800 — use these, not 400/600 */
  --text-hero: 60px; --font-weight-hero: 800; --leading-hero: 64px;
  --text-h2: 40px; --font-weight-h2: 800; --leading-h2: 44px;
  --text-h3: 28px; --font-weight-h3: 800; --leading-h3: 32px;
  --text-body: 20px; --font-weight-body: 400; --leading-body: 28px;
  --text-small: 16px; --font-weight-small: 400; --leading-small: 22px;
  --radius-base: 12px;
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;
  --shadow-card: rgba(0, 0, 0, 0.12) 0px 4px 12px 0px, rgba(0, 0, 0, 0.08) 0px 0px 2px 0px;
  --shadow-subtle: rgba(51, 51, 51, 0.05) 0px 1.25px 2.5px 0px, rgba(51, 51, 51, 0.05) 0px 2.5px 5px 0px;
  --shadow-focus: rgba(66, 88, 255, 0.25) 0px 0px 0px 3.75px;  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 294ms;  /* use: duration-[var(--duration-fast)] */
  --section-y: 48px;  /* per-section vertical padding (measured) */
  --spacing: 6px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 8, 9, 12, 16, 19, 20, 24, 30, 48, 96px */
}

Export: CSS variables

:root {
  /* action color #2267F5 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #000000;
  --surface: #0F0F0F;
  --border: #262626;
  --text: #FFFFFF;
  --text-muted: #9E9E9E;
  --primary: #2267F5;  /* primary brand / action color. */
  --accent: #2267F5;  /* 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: #2267F5;  /* inline text links — shares the action color. */
  --button-bg: #2267F5;  /* primary-button fill — the main call-to-action color. */
  --button-text: #000000;
  --text-hero: 60px; --weight-hero: 800; --leading-hero: 64px;
  --text-h2: 40px; --weight-h2: 800; --leading-h2: 44px;
  --text-h3: 28px; --weight-h3: 800; --leading-h3: 32px;
  --text-body: 20px; --weight-body: 400; --leading-body: 28px;
  --text-small: 16px; --weight-small: 400; --leading-small: 22px;
  --radius: 12px;
  --radius-button: 12px;
  --radius-card: 16px;
  --radius-pill: 9999px;
  --shadow-card: rgba(0, 0, 0, 0.12) 0px 4px 12px 0px, rgba(0, 0, 0, 0.08) 0px 0px 2px 0px;
  --shadow-subtle: rgba(51, 51, 51, 0.05) 0px 1.25px 2.5px 0px, rgba(51, 51, 51, 0.05) 0px 2.5px 5px 0px;
  --focus-ring: rgba(66, 88, 255, 0.25) 0px 0px 0px 3.75px;
  --ease: ease;
  --duration-fast: 294ms;
  --section-y: 48px;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --bulma-arrow-color: hsl(233deg,100%,63%);
  --bulma-loading-color: hsl(221,14%,86%);
  --bulma-white: hsla(221deg,14%,100%,1);
  --bulma-white-base: hsla(221deg,14%,100%,1);
  --bulma-white-invert: #090a0c;
  --bulma-white-on-scheme: hsla(221deg,14%,35%,1);
  --bulma-black: hsla(221deg,14%,4%,1);
  --bulma-black-base: hsla(221deg,14%,4%,1);
  --bulma-black-invert: #fff;
  --bulma-black-on-scheme: hsla(221deg,14%,4%,1);
  --bulma-light: hsla(221deg,14%,96%,1);
  --bulma-light-base: hsla(221deg,14%,96%,1);
}