MozaikaDesign system

Cuberto — Design System

light · modern · high · custom · confidence 92% · deep decode

The full decoded design system for Cuberto: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

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/ds/cuberto.

Tokens

Cuberto's decoded design system: background #FFFFFF, text #000000, accent #FC0019, link #FC0019, primary #EB4242; type scale h1 90px / h2 90px / body 24px; 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

RoleValue
bg#FFFFFF
surface#EFEFEF
border#D8D8D8
text#000000
text_muted#606060
primary#EB4242
accent#FC0019
link#FC0019
secondary#E3F5F3
button_bg#000000
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 1200ms (dominant) with ease.

Button states (measured)

Layout (measured)

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)

Per-section tokens (7)

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 | `#FC0019` |
| secondary | `#E3F5F3` |
| button_bg | `#000000` |
| button_text | `#FFFFFF` |

**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`, `link` are all `#FC0019` — one role, not several.
- **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.
- **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: 9999px
- card: 18px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `rgba(0, 0, 0, 0)` / `#000000` | none | 9999px | 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.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/cuberto

Export: Tailwind v4 (@theme)

@theme {
  /* action color #000000 — 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: #EB4242;  /* a brand color — but the call-to-action uses #000000, not this. */
  --color-accent: #FC0019;  /* accent for emphasis — keep it rare on the page. */
  --color-link: #FC0019;  /* inline text links and link-styled controls. */
  --color-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. */
  --color-button-bg: #000000;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500 — use these, not 400/600 */
  --text-hero: 81px; --font-weight-hero: 500; --leading-hero: 81px; --tracking-hero: -0.81px;
  --text-h2: 22px; --font-weight-h2: 400; --leading-h2: 26px; --tracking-h2: 0.43px;
  --text-body: 18px; --font-weight-body: 400; --leading-body: 22px;
  --radius-base: 20px;
  --radius-button: 9999px;
  --radius-card: 18px;
  --radius-pill: 9999px;
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 400ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 600ms;
  --duration-slow: 1200ms;
  --section-y: 180px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 5, 16, 18, 29, 50, 90, 108, 135, 180px */
}

Export: CSS variables

:root {
  /* action color #000000 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #EFEFEF;
  --border: #D8D8D8;
  --text: #000000;
  --text-muted: #606060;
  --primary: #EB4242;  /* a brand color — but the call-to-action uses #000000, not this. */
  --accent: #FC0019;  /* accent for emphasis — keep it rare on the page. */
  --link: #FC0019;  /* inline text links and link-styled controls. */
  --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. */
  --button-bg: #000000;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 81px; --weight-hero: 500; --leading-hero: 81px; --tracking-hero: -0.81px;
  --text-h2: 22px; --weight-h2: 400; --leading-h2: 26px; --tracking-h2: 0.43px;
  --text-body: 18px; --weight-body: 400; --leading-body: 22px;
  --radius: 20px;
  --radius-button: 9999px;
  --radius-card: 18px;
  --radius-pill: 9999px;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: ease;
  --duration-fast: 400ms;
  --duration-base: 600ms;
  --duration-slow: 1200ms;
  --section-y: 180px;
}
/* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */