Levels — decoded design system
Levels'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/levels.com.
Decoded design system
Levels's decoded design system: background #FFFFFF, text #131413, accent #9FC5BC, link #9FC5BC, primary #1D7D6C; type scale h1 102px / h2 56px / body 14px; 4px spacing base; 0px base radius. The single interactive/action color is #131413 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F0F0F0 |
| border | #DBDBDB |
| text | #131413 |
| text_muted | #6C6D6C |
| primary | #1D7D6C |
| accent | #9FC5BC |
| link | #9FC5BC |
| secondary | #2650CB |
| button_bg | #131413 |
| button_text | #82E9CB |
Using these colors
- Action color
#131413— the single interactive color; only on things you click or must notice, never large fills. accent,linkare all#9FC5BC— one role, not several (the action color).- accent
#9FC5BC— accent for emphasis — keep it rare on the page. - primary
#1D7D6C— a brand color — but the call-to-action uses #131413, not this. - secondary
#2650CB— 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: TT Hoves
- Body: TT Hoves
- h1: 102px
- h2: 56px
- body: 14px
Spacing
- base unit: 4px
- scale: 6px, 8px, 10px, 12px, 14px, 16px, 20px, 24px, 32px, 40px
Radii
- base: 0px
- button: 10px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1) - animated properties: color, background-color, border-color, outline-color
Native design tokens
| Token | Value |
|---|---|
--background | #f5f7f7 |
--foreground | oklch(14.7% .004 49.25) |
--card | oklch(100% 0 89.876/.8) |
--card-foreground | oklch(14.7% .004 49.25) |
--popover-foreground | oklch(14.7% .004 49.25) |
--primary | oklch(51.5% .09 178.628) |
--primary-foreground | oklch(98.5% .001 106.423) |
--secondary | oklch(90% .043 181.821) |
--secondary-foreground | oklch(31.5% .058 177.077) |
--muted | oklch(97% .001 106.424) |
…and 110 more measured on the page.
Button states (measured)
- primary focus: outline
1px solid rgb(222, 222, 222)
Layout (measured)
- container max-width:
1280px - nav: 73px fixed, backdrop
blur(8px) - common grid: 2 columns
Motion choreography (measured)
Load order: div.otFloatingRounded → button.inline-flex×4 → button.inline-flex×4 → button.inline-flex×4 → button.inline-flex×4 → button.inline-flex×4
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 426px · 550px · 640px · 896px
- mobile (390px): hero 56px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/levels.com
registry item · or query it over MCP: get_design_system("Levels")
Export: DESIGN.md
# Levels — Design System > light, modern, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F0F0F0` | | border | `#DBDBDB` | | text | `#131413` | | text_muted | `#6C6D6C` | | primary | `#1D7D6C` | | accent | `#9FC5BC` | | link | `#9FC5BC` | | secondary | `#2650CB` | | button_bg | `#131413` | | button_text | `#82E9CB` | **Using these colors** - **Action color** `#131413` — 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 `#9FC5BC` — one role, not several. - **accent** `#9FC5BC` — accent for emphasis — keep it rare on the page. - **primary** `#1D7D6C` — a brand color — but the call-to-action uses #131413, not this. - **secondary** `#2650CB` — 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): `#231F1C` 66.6% · `#0F0D0E` 21% · `#484743` 6.7% · `#C8D6B9` 5.7% ## Typography - Heading: **TT Hoves** _(free fallback: Newsreader)_ - Body: **TT Hoves** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 102px / 500 · lh 97px · tracking -5.12px | | h2 | 56px / 500 · lh 58px · tracking -2.24px | | h3 | 45px / 500 · lh 47px · tracking -1.79px | | body | 14px / 400 · lh 20px | | small | 13px / 600 · lh 16px · tracking 0.13px | | eyebrow | 14px / 600 · tracking 2.24px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** TT Hoves may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 6px, 8px, 10px, 12px, 14px, 16px, 20px, 24px, 32px, 40px — snap all gaps/padding to these - section rhythm: 128px top/bottom padding per section (measured) ## Radius - base: 0px - button: 10px - card: 10px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(16, 21, 30, 0.9)` / `#82E9CB` | 1px solid rgba(130, 233, 203, 0.2) | 10px | 12px 10px 12px 10px | 600 13.008px / 0.13008px | none | | secondary | `#FFFFFF` / `#131413` | none | 8px | 8px 16px 8px 16px | 600 14px | none | **States (measured, not guessed)** - primary focus: outline `1px solid rgb(222, 222, 222)` - secondary hover: background `oklab(0.999994 0.0000455678 0.0000200868 / 0.9)` ## Shadows (elevation) - card: `rgba(0, 0, 0, 0.2) 0px 0px 18px 0px` ## Motion - durations: 150ms (dominant) - 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` | `#f5f7f7` | | `--foreground` | `oklch(14.7% .004 49.25)` | | `--card` | `oklch(100% 0 89.876/.8)` | | `--card-foreground` | `oklch(14.7% .004 49.25)` | | `--popover-foreground` | `oklch(14.7% .004 49.25)` | | `--primary` | `oklch(51.5% .09 178.628)` | | `--primary-foreground` | `oklch(98.5% .001 106.423)` | | `--secondary` | `oklch(90% .043 181.821)` | | `--secondary-foreground` | `oklch(31.5% .058 177.077)` | | `--muted` | `oklch(97% .001 106.424)` | | `--muted-foreground` | `oklch(55.3% .013 58.071)` | | `--accent` | `oklch(97% .001 106.424)` | _…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 1280px · common grid: 2-col - nav: 73px fixed · backdrop blur(8px) · border-bottom 1px solid oklab(0.999994 0.0000455678 0.0000200868 / 0.1) · bg oklab(0.189705 -0.00209235 0.00143942 / 0.85) | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 900 | 2 | — | 96/0 | — | | 900 | 190 | 3 | — | 0/0 | — | | 1090 | 856 | 2 | 48 | 128/128 | — | | 1946 | 2418 | 2 | 32 | 128/128 | 75/25 | | 4364 | 865 | 2 | 48 | 128/128 | — | ## Motion choreography (measured) Load order: `div.otFloatingRounded` @0ms → `button.inline-flex`×4 @3113ms → `button.inline-flex`×4 @3113ms → `button.inline-flex`×4 @3113ms → `button.inline-flex`×4 @3113ms → `button.inline-flex`×4 @3113ms - overlay dialog (auto-opened): panel rgba(0, 0, 0, 0) · r 0px Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #1D7D6C · no underline — hover #176456 ## Responsive (measured) - breakpoints: 426px · 550px · 640px · 896px - mobile (390px): hero 56px · 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.
An automated reading of Levels's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with levels.com. No screenshots stored. Removal requests: hello@mozaika.design.