MozaikaDesign system

Dagster — Design System

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

The full decoded design system for Dagster: 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/dagster.

Tokens

Dagster's decoded design system: background #FFFFFF, text #111927, accent #4F43DD, link #111927, primary #1F2A37; type scale h1 64px / h2 48px / body 16px; 4px spacing base; 16px base radius. The single interactive/action color is #4F43DD — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F0F1F2
border#DBDCDE
text#111927
text_muted#6B7079
primary#1F2A37
accent#4F43DD
link#111927
secondary#030615
button_bg#4F43DD
button_text#FFFFFF

Using these colors

Typography

Spacing

Radii

Shadows (elevation)

Motion

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

Native design tokens

TokenValue
--osano-clear-dialog-backgroundrgba(255,255,255,0)
--osano-button-border-color#fff
--osano-button-background-color#f7f7ff
--osano-button-foreground-color#332aa6
--osano-dialog-background-color#495367
--osano-dialog-foreground-color#ffffff
--osano-info-dialog-overlay-colorrgba(0,0,0,0.45)
--osano-link-color#ffffff
--osano-toggle-off-track-color#797979
--osano-toggle-off-thumb-color#f7f7ff

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: img.bg-home-header-leftimg.bg-home-header-rightdiv.marquee_content-wrapper×6 → div.faq-icon×5 → div.faq-icondiv.faq_content×5

Scroll reveal: 1 elements rest at translateY(-87px), animate in over 8000ms.

Responsive (measured)

Per-section tokens (11)

Export: DESIGN.md

# Dagster — Design System

> light, modern, medium, custom — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F0F1F2` |
| border | `#DBDCDE` |
| text | `#111927` |
| text_muted | `#6B7079` |
| primary | `#1F2A37` |
| accent | `#4F43DD` |
| link | `#111927` |
| secondary | `#030615` |
| button_bg | `#4F43DD` |
| button_text | `#FFFFFF` |

**Using these colors**

- **Action color** `#4F43DD` — 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 `#4F43DD` — one role, not several (your action color).
- **accent** `#4F43DD` — 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** `#1F2A37` — a brand color — but the call-to-action uses #4F43DD, not this.
- **link** `#111927` — inline text links and link-styled controls.
- **secondary** `#030615` — 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` 72.2% · `#080A19` 14.3% · `#5F667B` 9.6% · `#E5DDE4` 2.5%

## Typography

- Heading: **Geist**
- Body: **Geist**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 64px / 600 · lh 72px |
| h2 | 48px / 600 · lh 58px · tracking -0.16px |
| h3 | 40px / 600 · lh 40px · tracking 0.32px |
| body | 14px / 500 · lh 20px |

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

> **Fonts —** Geist — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 4px, 8px, 11px, 12px, 14px, 16px, 19px, 20px, 24px, 32px — snap all gaps/padding to these
- section rhythm: 112px top/bottom padding per section (measured)

## Radius
- base: 16px
- button: 48px
- card: 8px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#1B0130` / `#FFFFFF` | none | 48px | 11.2px 19.2px 11.2px 19.2px | 600 14px | none |
| secondary | `#F9FAFB` / `#332AA6` | none | 8px 0px 0px 8px | 24px 0px 24px 24px | 400 16px | none |

**States (measured, not guessed)**

- primary focus: outline `2px solid rgb(77, 101, 255)`
- transition: `background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955)`

## Shadows (elevation)
- subtle: `rgba(79, 67, 221, 0.05) 0px 1px 1px 0px`
- card: `rgba(79, 67, 221, 0.05) 0px 1px 2px 0px`
- overlay: `rgba(0, 0, 0, 0.05) 0px 12px 33px 3px`

## Motion
- durations: 250ms (dominant) · 200ms · 300ms
- easings: `ease` (dominant) · `ease-out`
- animated properties: background-color, transform, color, box-shadow

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` | `#f7f7ff` |
| `--osano-button-foreground-color` | `#332aa6` |
| `--osano-dialog-background-color` | `#495367` |
| `--osano-dialog-foreground-color` | `#ffffff` |
| `--osano-info-dialog-overlay-color` | `rgba(0,0,0,0.45)` |
| `--osano-link-color` | `#ffffff` |
| `--osano-toggle-off-track-color` | `#797979` |
| `--osano-toggle-off-thumb-color` | `#f7f7ff` |
| `--osano-toggle-on-track-color` | `#4f43dd` |
| `--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 1200px · common grid: 4-col
- nav: 88px relative · bg rgba(255, 255, 255, 0)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 0 | 1328 | 4 | — | 0/0 | 21/21/39/19 |
| 120 | 595 | — | — | 112/112 | — |
| 1328 | 483 | — | — | 0/0 | — |
| 1812 | 629 | — | — | 0/0 | — |
| 2441 | 1168 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `img.bg-home-header-left` @0ms → `img.bg-home-header-right` @286ms → `div.marquee_content-wrapper`×6 @286ms → `div.faq-icon`×5 @804ms → `div.faq-icon` @860ms → `div.faq_content`×5 @860ms
- `img.bg-home-header-left` — transform translateY(0px) scale(1)→translateY(0px) scale(1) — 8000ms ease-in-out · loops
- `img.bg-home-header-right` — transform translateY(0px) scale(1)→translateY(0px) scale(1) — 8500ms ease-in-out (delay 300ms) · loops
- scroll reveal: 1 elements rest at translateY(-87px), animate in over 8000ms (1 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 — hover #4F43DD

## Responsive (measured)
- breakpoints: 479px · 768px · 991px
- mobile (390px): hero 40px · 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/dagster

Export: Tailwind v4 (@theme)

@theme {
  /* action color #4F43DD — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #FFFFFF;
  --color-surface: #F0F1F2;
  --color-border: #DBDCDE;
  --color-text: #111927;
  --color-text-muted: #6B7079;
  --color-primary: #1F2A37;  /* a brand color — but the call-to-action uses #4F43DD, not this. */
  --color-accent: #4F43DD;  /* 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: #111927;  /* inline text links and link-styled controls. */
  --color-secondary: #030615;  /* 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: #4F43DD;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #FFFFFF;
  /* fonts: Geist — free, on Google. */
  --font-heading: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
  /* measured weights: 400, 500, 600 — use these, not 400/600 */
  --text-hero: 64px; --font-weight-hero: 600; --leading-hero: 72px;
  --text-h2: 48px; --font-weight-h2: 600; --leading-h2: 58px; --tracking-h2: -0.16px;
  --text-h3: 40px; --font-weight-h3: 600; --leading-h3: 40px; --tracking-h3: 0.32px;
  --text-body: 14px; --font-weight-body: 500; --leading-body: 20px;
  --radius-base: 16px;
  --radius-button: 48px;
  --radius-card: 8px;
  --shadow-card: rgba(79, 67, 221, 0.05) 0px 1px 2px 0px;
  --shadow-overlay: rgba(0, 0, 0, 0.05) 0px 12px 33px 3px;
  --shadow-subtle: rgba(79, 67, 221, 0.05) 0px 1px 1px 0px;
  --outline-focus: 2px solid rgb(77, 101, 255);  /* measured focus ring */
  --ease-brand: ease;
  --duration-fast: 200ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 250ms;
  --duration-slow: 300ms;
  --section-y: 112px;  /* per-section vertical padding (measured) */
  --spacing: 4px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 8, 11, 12, 14, 16, 19, 20, 24, 32px */
}

Export: CSS variables

:root {
  /* action color #4F43DD — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #FFFFFF;
  --surface: #F0F1F2;
  --border: #DBDCDE;
  --text: #111927;
  --text-muted: #6B7079;
  --primary: #1F2A37;  /* a brand color — but the call-to-action uses #4F43DD, not this. */
  --accent: #4F43DD;  /* 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: #111927;  /* inline text links and link-styled controls. */
  --secondary: #030615;  /* 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: #4F43DD;  /* primary-button fill — the main call-to-action color. */
  --button-text: #FFFFFF;
  --font-heading: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Geist", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --text-hero: 64px; --weight-hero: 600; --leading-hero: 72px;
  --text-h2: 48px; --weight-h2: 600; --leading-h2: 58px; --tracking-h2: -0.16px;
  --text-h3: 40px; --weight-h3: 600; --leading-h3: 40px; --tracking-h3: 0.32px;
  --text-body: 14px; --weight-body: 500; --leading-body: 20px;
  --radius: 16px;
  --radius-button: 48px;
  --radius-card: 8px;
  --shadow-card: rgba(79, 67, 221, 0.05) 0px 1px 2px 0px;
  --shadow-overlay: rgba(0, 0, 0, 0.05) 0px 12px 33px 3px;
  --shadow-subtle: rgba(79, 67, 221, 0.05) 0px 1px 1px 0px;
  --focus-ring: 2px solid rgb(77, 101, 255);
  --ease: ease;
  --duration-fast: 200ms;
  --duration-base: 250ms;
  --duration-slow: 300ms;
  --section-y: 112px;
}

/* 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: #f7f7ff;
  --osano-button-foreground-color: #332aa6;
  --osano-dialog-background-color: #495367;
  --osano-dialog-foreground-color: #ffffff;
  --osano-info-dialog-overlay-color: rgba(0,0,0,0.45);
  --osano-link-color: #ffffff;
  --osano-toggle-off-track-color: #797979;
  --osano-toggle-off-thumb-color: #f7f7ff;
  --osano-toggle-on-track-color: #4f43dd;
  --osano-toggle-on-thumb-color: #FFFFFF;
}
/* fonts: Geist — free, on Google. */