MozaikaDesign system

Render — Design System

light · professional · medium · tailwind · confidence 90% · deep decode

Render pitches production infrastructure with editorial lightness: Roobert at 80px but only 300 weight, so giant headlines feel drawn in pencil rather than stamped, over a clean white field with violet reserved for keywords and the dashboard preview. Buttons are razor-sharp zero-radius slabs, PP Neue Montreal labels the UI, and 'Click, click, done.' three-step diagrams turn deploy mechanics into product photography. Light-weight type at billboard scale is the signature — confidence expressed as thinness.

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/render.

Tokens

Render's decoded design system: background #FFFFFF, text #0D0D0D, accent #0D0D0D, link #9CA3AF, primary #180D43; type scale h1 80px / h2 64px / body 18px; 4px spacing base; 2px base radius. The single interactive/action color is #0D0D0D — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F0F0F0
border#DADADA
text#0D0D0D
text_muted#686868
primary#180D43
accent#0D0D0D
link#9CA3AF
secondary#48008C
button_bg#0D0D0D
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--osano-clear-dialog-backgroundrgba(255,255,255,0)
--osano-button-border-color#fff
--osano-button-background-color#7A3FF1
--osano-button-foreground-color#FFFFFF
--osano-dialog-background-color#180D43
--osano-dialog-foreground-color#FFFFFF
--osano-info-dialog-overlay-colorrgba(0,0,0,0.45)
--osano-link-color#37CD8F
--osano-toggle-off-track-color#382d50
--osano-toggle-off-thumb-color#FFFFFF

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: a.group×2 → a.easediv.osano-cm-info-dialog__inspan.ease×2 → div.rfm-marquee×4

Themes

dark counterpart: background #0D0D0D, text #FFFFFF.

Responsive (measured)

Per-section tokens (16)

Export: DESIGN.md

# Render — Design System

> light, professional, medium, tailwind — deep decode (measured live)

Render pitches production infrastructure with editorial lightness: Roobert at 80px but only 300 weight, so giant headlines feel drawn in pencil rather than stamped, over a clean white field with violet reserved for keywords and the dashboard preview. Buttons are razor-sharp zero-radius slabs, PP Neue Montreal labels the UI, and 'Click, click, done.' three-step diagrams turn deploy mechanics into product photography. Light-weight type at billboard scale is the signature — confidence expressed as thinness.

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F0F0F0` |
| border | `#DADADA` |
| text | `#0D0D0D` |
| text_muted | `#686868` |
| primary | `#180D43` |
| accent | `#0D0D0D` |
| link | `#9CA3AF` |
| secondary | `#48008C` |
| button_bg | `#0D0D0D` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#0D0D0D` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `button_bg` are all `#0D0D0D` — one role, not several (your action color).
- **accent** `#0D0D0D` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **primary** `#180D43` — a brand color — but the call-to-action uses #0D0D0D, not this.
- **link** `#9CA3AF` — fails contrast on the background (~2.5:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
- **secondary** `#48008C` — 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` 85.8% · `#110A18` 3.8% · `#DCD8DD` 3.5% · `#A98E8C` 2.9% — the action color covers ~3.8% of the page; keep it that scarce.

## Typography

- Heading: **Roobert** _(free fallback: Newsreader)_
- Body: **PP Neue Montreal** _(free fallback: Space Grotesk)_
- Mono: **PPNeueMontrealMono** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 80px / 300 · lh 80px · tracking -2.4px |
| h2 | 64px / 300 · lh 68px · tracking -1.28px |
| h3 | 48px / 300 · lh 52px · tracking -0.96px |
| body | 18px / 400 · lh 26px · tracking 0.09px |
| small | 16px / 400 · lh 20px · tracking 0.16px |

- Weight ladder: 300 · 400 · 500 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** Roobert may be proprietary — safe free fallback: Newsreader (Google Fonts). PP Neue Montreal is proprietary — closest free match: Space Grotesk (Google). Load Space Grotesk; keep PP Neue Montreal first so licensed users still get it.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 5px, 10px, 15px, 16px, 20px, 23px, 24px, 30px, 36px — snap all gaps/padding to these

## Radius
- base: 2px
- button: 0px
- card: 50px
- sharp: 2px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#0D0D0D` / `#FFFFFF` | none | 0px | 24px 30px 24px 30px | 400 16px | none |
| secondary | `rgba(0, 0, 0, 0)` / `#0D0D0D` | 1px solid rgb(13, 13, 13) | 0px | 20px 24px 20px 24px | 400 20px / 0.2px | none |

**States (measured, not guessed)**

- primary focus: outline `1px auto rgb(16, 16, 16)`
- secondary hover: color `#FFFFFF`
- transition: `color 0.3s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 150ms (dominant) · 300ms · 350ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear`
- animated properties: color, background-color, border-color, text-decoration-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 |
|-------|-------|
| `--osano-clear-dialog-background` | `rgba(255,255,255,0)` |
| `--osano-button-border-color` | `#fff` |
| `--osano-button-background-color` | `#7A3FF1` |
| `--osano-button-foreground-color` | `#FFFFFF` |
| `--osano-dialog-background-color` | `#180D43` |
| `--osano-dialog-foreground-color` | `#FFFFFF` |
| `--osano-info-dialog-overlay-color` | `rgba(0,0,0,0.45)` |
| `--osano-link-color` | `#37CD8F` |
| `--osano-toggle-off-track-color` | `#382d50` |
| `--osano-toggle-off-thumb-color` | `#FFFFFF` |
| `--osano-toggle-on-track-color` | `#37CD8F` |
| `--osano-toggle-on-thumb-color` | `#FFFFFF` |

_…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 1440px
- nav: 67px sticky · border-bottom 1px solid rgb(13, 13, 13) · bg #FFFFFF

## Motion choreography (measured)
Load order: `a.group`×2 @0ms → `a.ease` @1ms → `div.osano-cm-info-dialog__in` @1ms → `span.ease`×2 @106ms → `div.rfm-marquee`×4 @1179ms

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Components (measured)
- link: #0D0D0D · no underline

## Themes (both measured)
- dark counterpart: bg `#0D0D0D` · text `#FFFFFF`

## Responsive (measured)
- breakpoints: 420px · 600px · 640px · 768px · 1024px · 1120px
- mobile (390px): hero 48px · 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.

---

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

Export: Tailwind v4 (@theme)

@theme {
  /* action color #0D0D0D — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F0F0F0;
  --color-border: #DADADA;
  --color-text: #0D0D0D;
  --color-text-muted: #686868;
  --color-primary: #180D43;  /* a brand color — but the call-to-action uses #0D0D0D, not this. */
  --color-accent: #0D0D0D;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --color-link: #9CA3AF;  /* fails contrast on the background (~2.5: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: #48008C;  /* 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: #0D0D0D;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Roobert may be proprietary — safe free fallback: Newsreader (Google Fonts). PP Neue Montreal is proprietary — closest free match: Space Grotesk (Google). Load Space Grotesk; keep PP Neue Montreal first so licensed users still get it. */
  --font-heading: "Roobert", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "PP Neue Montreal", "Space Grotesk", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "PPNeueMontrealMono", ui-monospace, monospace;
  /* measured weights: 300, 400, 500 — use these, not 400/600 */
  --text-hero: 80px; --font-weight-hero: 300; --leading-hero: 80px; --tracking-hero: -2.4px;
  --text-h2: 64px; --font-weight-h2: 300; --leading-h2: 68px; --tracking-h2: -1.28px;
  --text-h3: 48px; --font-weight-h3: 300; --leading-h3: 52px; --tracking-h3: -0.96px;
  --text-body: 18px; --font-weight-body: 400; --leading-body: 26px; --tracking-body: 0.09px;
  --text-small: 16px; --font-weight-small: 400; --leading-small: 20px; --tracking-small: 0.16px;
  --radius-base: 2px;
  --radius-button: 0px;
  --radius-card: 50px;
  --radius-sharp: 2px;
  --outline-focus: 1px auto rgb(16, 16, 16);  /* measured focus ring */
  --ease-brand: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 300ms;
  --duration-slow: 350ms;
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 5, 10, 15, 16, 20, 23, 24, 30, 36px */
}

Export: CSS variables

:root {
  /* action color #0D0D0D — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F0F0F0;
  --border: #DADADA;
  --text: #0D0D0D;
  --text-muted: #686868;
  --primary: #180D43;  /* a brand color — but the call-to-action uses #0D0D0D, not this. */
  --accent: #0D0D0D;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --link: #9CA3AF;  /* fails contrast on the background (~2.5:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
  --secondary: #48008C;  /* 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: #0D0D0D;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Roobert", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "PP Neue Montreal", "Space Grotesk", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "PPNeueMontrealMono", ui-monospace, monospace;
  --text-hero: 80px; --weight-hero: 300; --leading-hero: 80px; --tracking-hero: -2.4px;
  --text-h2: 64px; --weight-h2: 300; --leading-h2: 68px; --tracking-h2: -1.28px;
  --text-h3: 48px; --weight-h3: 300; --leading-h3: 52px; --tracking-h3: -0.96px;
  --text-body: 18px; --weight-body: 400; --leading-body: 26px; --tracking-body: 0.09px;
  --text-small: 16px; --weight-small: 400; --leading-small: 20px; --tracking-small: 0.16px;
  --radius: 2px;
  --radius-button: 0px;
  --radius-card: 50px;
  --radius-sharp: 2px;
  --focus-ring: 1px auto rgb(16, 16, 16);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 300ms;
  --duration-slow: 350ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --osano-clear-dialog-background: rgba(255,255,255,0);
  --osano-button-border-color: #fff;
  --osano-button-background-color: #7A3FF1;
  --osano-button-foreground-color: #FFFFFF;
  --osano-dialog-background-color: #180D43;
  --osano-dialog-foreground-color: #FFFFFF;
  --osano-info-dialog-overlay-color: rgba(0,0,0,0.45);
  --osano-link-color: #37CD8F;
  --osano-toggle-off-track-color: #382d50;
  --osano-toggle-off-thumb-color: #FFFFFF;
  --osano-toggle-on-track-color: #37CD8F;
  --osano-toggle-on-thumb-color: #FFFFFF;
}
/* fonts: Roobert may be proprietary — safe free fallback: Newsreader (Google Fonts). PP Neue Montreal is proprietary — closest free match: Space Grotesk (Google). Load Space Grotesk; keep PP Neue Montreal first so licensed users still get it. */