Front — decoded design system
Front'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.
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/front.com.
Decoded design system
Front's decoded design system: background #FFFFFF, text #1C1E20, accent #300C41, link #E2DCF6, primary #0D1D39; type scale h1 62px / h2 52px / body 16px; 8px spacing base; 12px base radius. The single interactive/action color is #5B1F76 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F1 |
| border | #DCDDDD |
| text | #1C1E20 |
| text_muted | #727374 |
| primary | #0D1D39 |
| accent | #300C41 |
| link | #E2DCF6 |
| secondary | #DEE948 |
| button_bg | #5B1F76 |
| button_text | #FFFFFF |
Using these colors
- Action color
#5B1F76— the single interactive color; only on things you click or must notice, never large fills. - accent
#300C41— accent for emphasis — keep it rare on the page. - primary
#0D1D39— a brand color — but the call-to-action uses #5B1F76, not this. - link
#E2DCF6— fails contrast on the background (~1.3:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#DEE948— 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: Suisse Intl
- Body: Suisse Intl
- h1: 62px
- h2: 52px
- body: 16px
Spacing
- base unit: 8px
- scale: 8px, 10px, 12px, 15px, 16px, 24px, 32px, 48px, 64px, 80px
Radii
- base: 12px
- button: 40px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px
Motion
Micro-interactions run at 400ms (dominant) with cubic-bezier(0.16, 1, 0.3, 1).
- durations: 400ms · 200ms · 300ms
- easings:
cubic-bezier(0.16, 1, 0.3, 1)·cubic-bezier(0.455, 0.03, 0.515, 0.955) - animated properties: opacity, transform, color, background-color
Button states (measured)
- primary hover: background
#E2DCF6· color#300C41 - primary focus: background
#FFFFFF· color#300C41· outline1px solid rgb(255, 255, 255)
Layout (measured)
- container max-width:
1300px - nav: 80px
- common grid: 12 columns
Motion choreography (measured)
Load order: div.swiper-button-prev×2 → div.swiper-button-prev → div.swiper-button-prev → div.swiper-button-prev → div.swiper-button-prev → iframe.qlfd-not-mobile
Responsive (measured)
- breakpoints: 400px · 500px · 590px · 600px · 800px · 896px
- mobile (390px): hero 48px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/front.com
registry item · or query it over MCP: get_design_system("Front")
Export: DESIGN.md
# Front — Design System > light, modern, high, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F1F1F1` | | border | `#DCDDDD` | | text | `#1C1E20` | | text_muted | `#727374` | | primary | `#0D1D39` | | accent | `#300C41` | | link | `#E2DCF6` | | secondary | `#DEE948` | | button_bg | `#5B1F76` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#5B1F76` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - **accent** `#300C41` — accent for emphasis — keep it rare on the page. - **primary** `#0D1D39` — a brand color — but the call-to-action uses #5B1F76, not this. - **link** `#E2DCF6` — fails contrast on the background (~1.3:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **secondary** `#DEE948` — 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): `#300C41` 53.2% · `#5B2274` 23.9% · `#F9F9F5` 12.2% · `#A996D3` 10.7% ## Typography - Heading: **Suisse Intl** _(free fallback: Newsreader)_ - Body: **Suisse Intl** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 62px / 500 · lh 68px · tracking -1.25px | | h2 | 52px / 500 · lh 62px · tracking -1px | | h3 | 36px / 500 · lh 42px · tracking -0.72px | | body | 16px / 500 · lh 24px | | small | 15px / 400 · lh 19px | | eyebrow | 10px / 400 · tracking 0.4px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 8px, 10px, 12px, 15px, 16px, 24px, 32px, 48px, 64px, 80px — snap all gaps/padding to these - section rhythm: 120px top/bottom padding per section (measured) ## Radius - base: 12px - button: 40px - card: 10px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#5B1F76` / `#FFFFFF` | none | 40px | 0px 16px 0px 16px | 500 16px | none | | secondary | `rgba(0, 0, 0, 0)` / `#000000` | none | 40px | 0px 16px 0px 16px | 500 16px | rgb(202, 204, 208) 0px 0px 0px 1px inset | **States (measured, not guessed)** - primary hover: background `#E2DCF6` · color `#300C41` - primary focus: background `#FFFFFF` · color `#300C41` · outline `1px solid rgb(255, 255, 255)` - secondary hover: box-shadow `rgb(248, 241, 254) 0px 0px 0px 1px inset` · background `rgba(248, 241, 254, 0.2)` · color `#D0C6F0` - transition: `color 0.4s cubic-bezier(0.16, 1, 0.3, 1)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` ## Motion - durations: 400ms (dominant) · 200ms · 300ms - easings: `cubic-bezier(0.16, 1, 0.3, 1)` (dominant) · `cubic-bezier(0.455, 0.03, 0.515, 0.955)` - animated properties: opacity, transform, color, background-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 1300px · common grid: 12-col - nav: 80px · bg #FFFFFF | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 80 | 1539 | 12 | 24 | 120/120 | — | | 1619 | 662 | 12 | 24 | 120/120 | — | | 2281 | 2203 | 12 | 24 | 160/120 | — | | 2565 | 600 | 12 | 24 | 120/0 | — | | 3164 | 600 | 12 | 24 | 120/0 | — | | 3764 | 600 | 12 | 24 | 120/0 | — | ## Motion choreography (measured) Load order: `div.swiper-button-prev`×2 @0ms → `div.swiper-button-prev` @0ms → `div.swiper-button-prev` @0ms → `div.swiper-button-prev` @0ms → `div.swiper-button-prev` @0ms → `iframe.qlfd-not-mobile` @3394ms Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Responsive (measured) - breakpoints: 400px · 500px · 590px · 600px · 800px · 896px - mobile (390px): hero 48px · body 14px · 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.
An automated reading of Front's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with front.com. No screenshots stored. Removal requests: hello@mozaika.design.