MozaikaLive decode

Fongo — decoded design system

fongo.com · light · professional · custom · deep decode — measured live

Fongo's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/fongo.com.

Decoded design system

Fongo's decoded design system: background #FFFFFF, text #606060, accent #212934, link #212934, primary #8FC63F; type scale h1 50px / h2 38px / body 18px; 4px spacing base; 4px base radius. The single interactive/action color is #212934 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F5F5F5
border#E7E7E7
text#606060
text_muted#9C9C9C
primary#8FC63F
accent#212934
link#212934
secondary#269FD2
button_bgrgba(0, 0, 0, 0)
button_text#333333

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--wp--preset--color--black#000000
--wp--preset--color--cyan-bluish-gray#abb8c3
--wp--preset--color--white#ffffff
--wp--preset--color--pale-pink#f78da7
--wp--preset--color--vivid-red#cf2e2e
--wp--preset--color--luminous-vivid-orange#ff6900
--wp--preset--color--luminous-vivid-amber#fcb900
--wp--preset--color--light-green-cyan#7bdcb5
--wp--preset--color--vivid-green-cyan#00d084
--wp--preset--color--pale-cyan-blue#8ed1fc

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.sl-pl-back

Responsive (measured)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/fongo.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/fongo.theme.ts https://mozaika.design/api/astryx/decode/fongo.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Fongo")

Export: DESIGN.md

# Fongo — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F5F5F5` |
| border | `#E7E7E7` |
| text | `#606060` |
| text_muted | `#9C9C9C` |
| primary | `#8FC63F` |
| accent | `#212934` |
| link | `#212934` |
| secondary | `#269FD2` |
| button_bg | `rgba(0, 0, 0, 0)` |
| button_text | `#333333` |

**Using these colors**

- **Action color** `#212934` — 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 `#212934` — one role, not several (your action color).
- **accent** `#212934` — 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** `#8FC63F` — a brand color — but the call-to-action uses #212934, not this.
- **secondary** `#269FD2` — 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` 67.4% · `#F1F2F2` 15.8% · `#7F7B6C` 11.3% · `#C2D6A9` 5.5%

## Typography

- Heading: **Fjalla One** _(free fallback: Newsreader)_
- Body: **Source Sans 3** _(free fallback: Newsreader)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 50px / 400 · lh 60px |
| h2 | 38px / 400 · lh 46px |
| h3 | 34px / 400 · lh 48px |
| body | 18px / 400 · lh 31px |
| small | 16px / 400 · lh 27px |

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

> **Fonts —** Fjalla One may be proprietary — safe free fallback: Newsreader (Google Fonts). Source Sans 3 may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 7px, 9px, 10px, 13px, 14px, 15px, 20px, 25px, 26px — snap all gaps/padding to these

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

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(0, 0, 0, 0)` / `#333333` | none | 0px | 0px 0px 0px 0px | 400 18px | none |

**States (measured, not guessed)**

- primary hover: color `#D2E8B2`
- primary focus: outline `1px auto rgb(16, 16, 16)`
- transition: `color 0.2s linear`

## Shadows (elevation)
- card: `rgba(0, 0, 0, 0.3) 3px 3px 7px 0px`

## Motion
- durations: 300ms (dominant) · 200ms · 400ms
- easings: `ease` (dominant) · `cubic-bezier(0.42, 0.01, 0.58, 1)`
- animated properties: background-color, border-color, transform, filter

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 |
|-------|-------|
| `--wp--preset--color--black` | `#000000` |
| `--wp--preset--color--cyan-bluish-gray` | `#abb8c3` |
| `--wp--preset--color--white` | `#ffffff` |
| `--wp--preset--color--pale-pink` | `#f78da7` |
| `--wp--preset--color--vivid-red` | `#cf2e2e` |
| `--wp--preset--color--luminous-vivid-orange` | `#ff6900` |
| `--wp--preset--color--luminous-vivid-amber` | `#fcb900` |
| `--wp--preset--color--light-green-cyan` | `#7bdcb5` |
| `--wp--preset--color--vivid-green-cyan` | `#00d084` |
| `--wp--preset--color--pale-cyan-blue` | `#8ed1fc` |
| `--wp--preset--color--vivid-cyan-blue` | `#0693e3` |
| `--wp--preset--color--vivid-purple` | `#9b51e0` |

_…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 1248px
- nav: 40px

## Motion choreography (measured)
Load order: `div.sl-pl-back` @0ms

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

## Components (measured)
- link: #333333 · no underline — hover #75A234

## Responsive (measured)
- breakpoints: 600px · 782px
- mobile (390px): hero 26px · body 18px · 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/decode/fongo.com

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Fongo's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with fongo.com. No screenshots stored. Removal requests: hello@mozaika.design.