Render — Design System
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.
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
| 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; only on things you click or must notice, never large fills. accent,button_bgare all#0D0D0D— one role, not several (the 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.
Typography
- Heading: Roobert
- Body: PP Neue Montreal
- h1: 80px
- h2: 64px
- body: 18px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px
Radii
- base: 2px
- button: 0px
Per-section tokens (16)
- Hero — light · bg #FFFFFF · text #36144C · 1 col · left
- Hero — light · bg #FFFFFF · text #382949 · 1 col · left
- Logo Wall — light · bg #FFFFFF · text #414141 · 2 col · split
- Pricing / Plans — light · bg #FFFFFF · text #0F0F0F · 2 col · left
- Steps / How-it-works — light · bg #FFFFFF · text #811BDA · 1 col · left
- Pricing / Plans — light · bg #FFFFFF · text #515151 · 2 col · split
- Banner — light · bg #FFFFFF · text #9352C8 · 1 col · left
- Comparison — light · bg #FFFFFF · text #AEAEB0 · 2 col · split
- Feature — light · bg #FFFFFF · text #1F2E4A · 2 col · split
- FAQ — light · bg #FFFFFF · text #7A7A7A · 2 col · split
- Testimonial / Social Proof — light · bg #FFFFFF · text #818383 · 1 col · left
- CTA / Sign-up — light · bg #FFFFFF · text #141414 · 1 col · left
- Feature — light · bg #FFFFFF · text #69686A · 2 col · left
- Feature — light · bg #FFFFFF · text #4D2F69 · 2 col · split
- CTA / Sign-up — light · bg #FFFFFF · text #4A3343 · 2 col · split
- Footer — dark · bg #141414 · text #FFFFFF · 1 col · left
Export: DESIGN.md
# Render — Design System > light, professional, medium, tailwind 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. ## Typography - Heading: **Roobert** _(free fallback: Newsreader)_ - Body: **PP Neue Montreal** _(free fallback: Space Grotesk)_ - h1: 80px - h2: 64px - body: 18px > **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 - scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px ## Radius - base: 2px - button: 0px ## Primary button - bg `#0D0D0D` · text `#FFFFFF` · radius 0px ## 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.
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;
--text-h1: 80px;
--text-h2: 64px;
--text-body: 18px;
--radius-base: 2px;
--radius-button: 0px;
--spacing-1: 2px;
--spacing-2: 4px;
--spacing-3: 6px;
--spacing-4: 8px;
--spacing-5: 12px;
--spacing-6: 16px;
--spacing-7: 24px;
--spacing-8: 32px;
}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;
--radius: 2px;
--radius-button: 0px;
}
/* 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. */