MozaikaLive decode

Quonfig — decoded design system

quonfig.com · dark · deep decode — measured live

Quonfig'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/quonfig.com.

Decoded design system

Quonfig's decoded design system: background #0A0A0B, text #EDEDEE; type scale h1 60px / h2 30px / body 14px; 4px spacing base; 8px base radius.

Color roles

RoleValue
bg#0A0A0B
surface#171718
border#2C2C2D
text#EDEDEE
text_muted#969697
button_bglab(70.0193 -65.7295 21.2307)
button_textlab(2.75381 0 0)

Typography

Spacing

Radii

Motion

Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--backgroundlab(2.75381% 0 0)
--foregroundlab(98.26% 0 0)
--cardlab(7.78201% -.0000149012 0)
--card-foregroundlab(98.26% 0 0)
--popoverlab(7.78201% -.0000149012 0)
--popover-foregroundlab(98.26% 0 0)
--primarylab(90.952% 0 -.0000119209)
--primary-foregroundlab(7.78201% -.0000149012 0)
--secondarylab(15.204% 0 -.00000596046)
--secondary-foregroundlab(98.26% 0 0)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: span.qf-cursor

Responsive (measured)

Install it

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

npx shadcn add https://mozaika.design/r/decode/quonfig.com

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

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

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

Export: DESIGN.md

# Quonfig — Design System

> dark — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#0A0A0B` |
| surface | `#171718` |
| border | `#2C2C2D` |
| text | `#EDEDEE` |
| text_muted | `#969697` |
| button_bg | `lab(70.0193 -65.7295 21.2307)` |
| button_text | `lab(2.75381 0 0)` |

**Using these colors**

- **Page coverage** (full-page screenshot pixels): `#040404` 95.4% · `#43574D` 4.6%

## Typography

- Heading: **ui-sans-serif** _(free fallback: Newsreader)_
- Body: **ui-sans-serif** _(free fallback: Newsreader)_
- Mono: **Geist Mono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 60px / 700 · lh 60px · tracking -3px |
| h2 | 30px / 600 · lh 36px · tracking -0.75px |
| h3 | 18px / 600 · lh 28px |
| body | 14px / 400 · lh 20px |
| small | 13px / 500 · lh 19px |
| eyebrow | 12px / 600 · tracking 1.2px |

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

> **Fonts —** ui-sans-serif may be proprietary — safe free fallback: Newsreader (Google Fonts).

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

## Radius
- base: 8px
- button: 8px
- card: 10px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `lab(70.0193 -65.7295 21.2307)` / `lab(2.75381 0 0)` | 1px solid rgba(0, 0, 0, 0) | 8px | 0px 10px 0px 10px | 500 12.8px | none |
| secondary | `oklab(0.999998 -0.00000980496 0.0000234246 / 0.045)` / `lab(98.26 0 0)` | 1px solid lab(100 0 0 / 0.15) | 10px | 0px 10px 0px 10px | 500 14px | none |

**States (measured, not guessed)**

- primary hover: background `oklab(0.921998 -0.00000908971 0.0000215769 / 0.8)`
- primary focus: border `1px solid lab(48.496 0 0)`
- secondary hover: background `oklab(0.999998 -0.00000980496 0.0000234246 / 0.075)`
- transition: `all 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 150ms (dominant) · 200ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant)
- animated properties: color, background-color, border-color, outline-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 |
|-------|-------|
| `--background` | `lab(2.75381% 0 0)` |
| `--foreground` | `lab(98.26% 0 0)` |
| `--card` | `lab(7.78201% -.0000149012 0)` |
| `--card-foreground` | `lab(98.26% 0 0)` |
| `--popover` | `lab(7.78201% -.0000149012 0)` |
| `--popover-foreground` | `lab(98.26% 0 0)` |
| `--primary` | `lab(90.952% 0 -.0000119209)` |
| `--primary-foreground` | `lab(7.78201% -.0000149012 0)` |
| `--secondary` | `lab(15.204% 0 -.00000596046)` |
| `--secondary-foreground` | `lab(98.26% 0 0)` |
| `--muted` | `lab(15.204% 0 -.00000596046)` |
| `--muted-foreground` | `lab(66.128% -.0000298023 .0000119209)` |

_…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 1152px · common grid: 2-col
- nav: 56px fixed

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 56 | 900 | 2 | — | 56/0 | — |
| 956 | 174 | 5 | 56 | 48/48 | 16/22/20/25/16 |
| 1130 | 1087 | 3 | 24 | 128/128 | — |
| 2217 | 783 | 4 | 24 | 128/128 | — |
| 3000 | 888 | 2 | 24 | 128/128 | — |
| 3888 | 762 | 4 | 24 | 128/128 | — |
| 4650 | 816 | — | — | 128/128 | — |

## Motion choreography (measured)
Load order: `span.qf-cursor` @0ms
- `span.qf-cursor` — opacity 1→0 — 1000ms steps(1) · loops

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

## Components (measured)
- card ×4: pad 20px 20px 20px 20px · r 10px · border 1px solid lab(100 0 0 / 0.06) · bg lab(2.75381 0 0)
  - hover: border `1px solid lab(70.0193 -65.7295 21.2307 / 0.4)` · font-weight `400` · letter-spacing `normal`
- link: lab(70.0193 -65.7295 21.2307) · no underline

## Responsive (measured)
- breakpoints: 448px · 640px · 768px · 1024px
- mobile (390px): hero 48px · 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/decode/quonfig.com

← All decoded design systems

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