Commercial Type — Design System
The full decoded design system for Commercial Type: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.
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/commercial-type.
Tokens
Commercial Type's decoded design system: background #FFFFFF, text #000000, accent #38A4FA, link #38A4FA, primary #E2F2FF; type scale h1 22.08px / h2 15.456px / body 22.08px; 12px spacing base; 0px base radius. The single interactive/action color is #323232 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D8D8 |
| text | #000000 |
| text_muted | #606060 |
| primary | #E2F2FF |
| accent | #38A4FA |
| link | #38A4FA |
| secondary | #9D968E |
| button_bg | #323232 |
| button_text | #FFFFFF |
Using these colors
- Action color
#323232— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#38A4FA— one role, not several (the action color).- accent
#38A4FA— accent for emphasis — keep it rare on the page. - primary
#E2F2FF— a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #323232). - secondary
#9D968E— 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.
Typography
- Heading: Styrene UI B
- Body: Styrene UI A
- h1: 22.08px
- h2: 15.456px
- body: 22.08px
Spacing
- base unit: 12px
- scale: 2px, 3px, 6px, 8px, 10px, 20px, 21px, 42px, 63px
Radii
- base: 0px
- button: 0px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.35) 2.088px 2.088px 6.8904px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 150ms · 500ms
- easings:
ease - animated properties: opacity, box-shadow, background-color, color
Button states (measured)
- primary focus: outline
2px solid rgb(56, 164, 250)
Layout (measured)
- container max-width:
835px - nav: 42px fixed
- common grid: 3 columns
Motion choreography (measured)
Load order: figure.slide×19 → div.slide_text → div.slide_text
Scroll reveal: 9 elements rest at opacity 0, translateY(-50px), animate in over 0.3s ease.
Input (measured)
height 31.3125px · radius 0px · focus ring 2px solid rgb(56, 164, 250)
Responsive (measured)
- breakpoints: 640px · 768px · 1024px · 1280px · 1440px
- mobile (390px): hero 20px · nav hamburger
Per-section tokens (6)
- Hero — dark · bg #000000 · text #FFFFFF · 1 col · left
- Gallery / Showcase — light · bg #E5CAEE · text #3E105D · 1 col · center
- Gallery / Showcase — dark · bg #500100 · text #C5DBF0 · 1 col · left
- Gallery / Showcase — light · bg #79FFEF · text #00283D · 1 col · center
- Gallery / Showcase — dark · bg #004600 · text #79FFEF · 1 col · left
- Feature — light · bg #FFFFFF · text #090C19 · 1 col · left
Export: DESIGN.md
# Commercial Type — Design System > light, professional, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#E2F2FF` | | accent | `#38A4FA` | | link | `#38A4FA` | | secondary | `#9D968E` | | button_bg | `#323232` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#323232` — 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 `#38A4FA` — one role, not several. - **accent** `#38A4FA` — accent for emphasis — keep it rare on the page. - **primary** `#E2F2FF` — a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #323232). - **secondary** `#9D968E` — 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): `#E4CAEF` 36.2% · `#000000` 33.5% · `#500000` 15.4% · `#CFCAD1` 4.2% ## Typography - Heading: **Styrene UI B** _(free fallback: Newsreader)_ - Body: **Styrene UI A** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 116px / 400 · lh 162px | | h2 | 21px / 400 · lh 21px | | body | 15px / 400 · lh 20px | | small | 13px / 400 | - Weight ladder: 400 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Styrene UI B may be proprietary — safe free fallback: Newsreader (Google Fonts). Styrene UI A may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 12px (inferred from the measured scale) - measured scale: 2px, 3px, 6px, 8px, 10px, 20px, 21px, 42px, 63px — snap all gaps/padding to these ## Radius - base: 0px - button: 0px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#000000` | none | 0px | 0px 6.264px 2.088px 6.264px | 400 20.88px | rgba(0, 0, 0, 0.25) 2.088px 2.088px 6.8904px 0px | | secondary | `#FFFFFF` / `#000000` | none | 0px | — | — | none | **States (measured, not guessed)** - primary focus: outline `2px solid rgb(56, 164, 250)` - transition: `box-shadow 0.15s ease` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.35) 2.088px 2.088px 6.8904px 0px` ## Motion - durations: 300ms (dominant) · 150ms · 500ms - easings: `ease` (dominant) - animated properties: opacity, box-shadow, background-color, color Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion. ## Layout (measured) - container max 835px · common grid: 3-col - nav: 42px fixed | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 1800 | — | — | 0/0 | — | | 1883 | 685 | 3 | — | 0/0 | — | ## Motion choreography (measured) Load order: `figure.slide`×19 @0ms → `div.slide_text` @147ms → `div.slide_text` @934ms - scroll reveal: 9 elements rest at opacity 0, translateY(-50px), animate in over 0.3s ease (4 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - input: h 31.3125px · r 0px · border 1px solid rgb(0, 0, 0) · bg rgba(0, 0, 0, 0) · placeholder #000000 - focus ring: `2px solid rgb(56, 164, 250)` — this exact construction, don't invent your own - card ×3: pad 20.4624px 20.88px 20.4624px 20.88px · r 0px · bg #FFFFFF - hover: font-weight `400` · letter-spacing `normal` ## Responsive (measured) - breakpoints: 640px · 768px · 1024px · 1280px · 1440px - mobile (390px): hero 20px · body 20px · 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/commercial-type
Export: Tailwind v4 (@theme)
@theme {
/* action color #323232 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #EFEFEF;
--color-border: #D8D8D8;
--color-text: #000000;
--color-text-muted: #606060;
--color-primary: #E2F2FF; /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #323232). */
--color-accent: #38A4FA; /* accent for emphasis — keep it rare on the page. */
--color-link: #38A4FA; /* fails contrast on the background (~2.7: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: #9D968E; /* 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: #323232; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* fonts: Styrene UI B may be proprietary — safe free fallback: Newsreader (Google Fonts). Styrene UI A may be proprietary — safe free fallback: Newsreader (Google Fonts). */
--font-heading: "Styrene UI B", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Styrene UI A", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
/* measured weights: 400 — use these, not 400/600 */
--text-hero: 116px; --font-weight-hero: 400; --leading-hero: 162px;
--text-h2: 21px; --font-weight-h2: 400; --leading-h2: 21px;
--text-body: 15px; --font-weight-body: 400; --leading-body: 20px;
--text-small: 13px; --font-weight-small: 400;
--radius-base: 0px;
--radius-button: 0px;
--shadow-card: rgba(0, 0, 0, 0.35) 2.088px 2.088px 6.8904px 0px;
--outline-focus: 2px solid rgb(56, 164, 250); /* measured focus ring */
--ease-brand: ease;
--duration-fast: 150ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--duration-slow: 500ms;
--spacing: 12px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 3, 6, 8, 10, 20, 21, 42, 63px */
}Export: CSS variables
:root {
/* action color #323232 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #EFEFEF;
--border: #D8D8D8;
--text: #000000;
--text-muted: #606060;
--primary: #E2F2FF; /* a neutral UI color (chips, tags, icon fills, chrome), not the action color (action = #323232). */
--accent: #38A4FA; /* accent for emphasis — keep it rare on the page. */
--link: #38A4FA; /* fails contrast on the background (~2.7:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
--secondary: #9D968E; /* 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: #323232; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--font-heading: "Styrene UI B", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Styrene UI A", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--text-hero: 116px; --weight-hero: 400; --leading-hero: 162px;
--text-h2: 21px; --weight-h2: 400; --leading-h2: 21px;
--text-body: 15px; --weight-body: 400; --leading-body: 20px;
--text-small: 13px; --weight-small: 400;
--radius: 0px;
--radius-button: 0px;
--shadow-card: rgba(0, 0, 0, 0.35) 2.088px 2.088px 6.8904px 0px;
--focus-ring: 2px solid rgb(56, 164, 250);
--ease: ease;
--duration-fast: 150ms;
--duration-base: 300ms;
--duration-slow: 500ms;
}
/* fonts: Styrene UI B may be proprietary — safe free fallback: Newsreader (Google Fonts). Styrene UI A may be proprietary — safe free fallback: Newsreader (Google Fonts). */