Cuberto — decoded design system
Cuberto'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/cuberto.com.
Decoded design system
Cuberto's decoded design system: background #FFFFFF, text #000000, accent #FC0019, link #FFFFFF, primary #EB4242; type scale h1 81px / h2 22px / body 18px; 4px spacing base; 20px base radius. The single interactive/action color is #000000 — 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 | #EB4242 |
| accent | #FC0019 |
| link | #FFFFFF |
| secondary | #E3F5F3 |
| button_bg | #000000 |
| button_text | #000000 |
Using these colors
- Action color
#000000— the single interactive color; only on things you click or must notice, never large fills. - accent
#FC0019— accent for emphasis — keep it rare on the page. - primary
#EB4242— a brand color — but the call-to-action uses #000000, not this. - link
#FFFFFF— fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#E3F5F3— 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: 81px
- h2: 22px
- body: 18px
Spacing
- base unit: 4px
- scale: 4px, 5px, 16px, 18px, 29px, 50px, 90px, 108px, 135px, 180px
Radii
- base: 20px
- button: 0px
Motion
Micro-interactions run at 1200ms (dominant) with ease.
- durations: 1200ms · 400ms · 600ms
- easings:
ease·cubic-bezier(0.16, 1, 0.3, 1) - animated properties: transform, opacity, border-radius
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1010px
Motion choreography (measured)
Load order: svg
Scroll reveal: 11 elements rest at opacity 0, translateY(80px), animate in over 0.5s cubic-bezier(0.4, 0, 0, 1).
Responsive (measured)
- breakpoints: 360px · 768px · 1200px · 1600px
- mobile (390px): hero 47px · nav hamburger
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/cuberto.com
registry item · or query it over MCP: get_design_system("Cuberto")
Export: DESIGN.md
# Cuberto — Design System > light, modern, high, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#EFEFEF` | | border | `#D8D8D8` | | text | `#000000` | | text_muted | `#606060` | | primary | `#EB4242` | | accent | `#FC0019` | | link | `#FFFFFF` | | secondary | `#E3F5F3` | | button_bg | `#000000` | | button_text | `#000000` | **Using these colors** - **Action color** `#000000` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - **accent** `#FC0019` — accent for emphasis — keep it rare on the page. - **primary** `#EB4242` — a brand color — but the call-to-action uses #000000, not this. - **link** `#FFFFFF` — fails contrast on the background (~1.0:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **secondary** `#E3F5F3` — 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` 94.6% · `#000000` 1.7% · `#B1B1B1` 1.1% · `#7A7A7A` 1.1% — the action color covers ~1.7% of the page; keep it that scarce. ## Typography - Heading: **Suisse Intl** _(free fallback: Newsreader)_ - Body: **Suisse Intl** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 81px / 500 · lh 81px · tracking -0.81px | | h2 | 22px / 400 · lh 26px · tracking 0.43px | | body | 18px / 400 · lh 22px | - Weight ladder: 400 · 500 — 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: 4px (inferred from the measured scale) - measured scale: 4px, 5px, 16px, 18px, 29px, 50px, 90px, 108px, 135px, 180px — snap all gaps/padding to these - section rhythm: 180px top/bottom padding per section (measured) ## Radius - base: 20px - button: 0px - card: 18px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(0, 0, 0, 0)` / `#000000` | none | 0px | 5.4px 18px 5.4px 18px | 400 18px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` ## Motion - durations: 1200ms (dominant) · 400ms · 600ms - easings: `ease` (dominant) · `cubic-bezier(0.16, 1, 0.3, 1)` - animated properties: transform, opacity, border-radius 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 1010px - nav: 0px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 531 | — | — | 180/108 | — | | 531 | 653 | — | — | 0/0 | — | | 1183 | 810 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `svg` @0ms - `svg` — transform rotate(0deg)→rotate(360deg) — 15000ms · loops - scroll reveal: 11 elements rest at opacity 0, translateY(80px), animate in over 0.5s cubic-bezier(0.4, 0, 0, 1) (11 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #000000 · no underline ## Responsive (measured) - breakpoints: 360px · 768px · 1200px · 1600px - mobile (390px): hero 47px · body 15px · 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 Cuberto's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with cuberto.com. No screenshots stored. Removal requests: hello@mozaika.design.