Depot — Design System
The full decoded design system for Depot: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.
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/depot.
Tokens
Depot's decoded design system: background #04040B, text #ECECEE, accent #71D083, link #70B8FF, primary #1B2A1E; type scale h1 60px / h2 60px / body 18px; 8px spacing base; 1px base radius. The single interactive/action color is #1B2A1E — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #04040B |
| surface | #111118 |
| border | #26262D |
| text | #ECECEE |
| text_muted | #939397 |
| primary | #1B2A1E |
| accent | #71D083 |
| link | #70B8FF |
| secondary | #71D083 |
| button_bg | #1B2A1E |
| button_text | #71D083 |
Using these colors
- Action color
#1B2A1E— the single interactive color; only on things you click or must notice, never large fills. primary,button_bgare all#1B2A1E— one role, not several (the action color).accent,secondaryare all#71D083— one role, not several (the action color).- accent
#71D083— accent for emphasis — keep it rare on the page. - link
#70B8FF— inline text links and link-styled controls.
Typography
- Heading: Red Hat Display
- Body: Red Hat Text
- Mono: Red Hat Mono Variable
- h1: 60px
- h2: 60px
- body: 18px
Spacing
- base unit: 8px
- scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 48px
Radii
- base: 1px
- button: 10px
Motion
Micro-interactions run at 500ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 500ms · 150ms · 300ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·linear - animated properties: opacity, color, background-color, border-color
Native design tokens
| Token | Value |
|---|---|
--ci-log-row-divider | oklch(25.5% .005 285) |
--ci-divider | oklch(28.7% .004 285) |
--ci-divider-strong | oklch(31.9% .004 285) |
--ci-workspace-border | oklch(27.5% .006 285) |
--background | oklch(100% 0 0) |
--foreground | oklch(14.5% 0 0) |
--card | oklch(100% 0 0) |
--card-foreground | oklch(14.5% 0 0) |
--popover | oklch(100% 0 0) |
--popover-foreground | oklch(14.5% 0 0) |
…and 110 more measured on the page.
Button states (measured)
- primary hover: border
1px solid rgb(62, 121, 73) - primary focus: outline
1px auto oklab(0.708 0 0 / 0.5)
Layout (measured)
- container max-width:
1152px - nav: 31px relative
- common grid: 5 columns
Motion choreography (measured)
Load order: div → div.border-animated×2 → div.connector-animated×2 → div.animate-pulse-slow
Responsive (measured)
- mobile (390px): hero 36px · nav hamburger
Per-section tokens (9)
- Hero — dark · bg #141316 · text #535557 · 1 col · left
- Logo Wall — dark · bg #03040B · text #706F77 · 1 col · left
- Feature — dark · bg #03040B · text #2C2D35 · 1 col · left
- Feature — dark · bg #03040B · text #2F3133 · 2 col · split
- Feature — dark · bg #03040B · text #3D4443 · 2 col · split
- Stats / Metrics — dark · bg #03040B · text #3A413D · 2 col · split
- Integrations — dark · bg #141418 · text #313038 · 2 col · split
- Testimonial / Social Proof — dark · bg #151418 · text #909094 · 4 col · split
- Footer — dark · bg #03040B · text #515F70 · 1 col · left
Export: DESIGN.md
# Depot — Design System > dark, professional, medium, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#04040B` | | surface | `#111118` | | border | `#26262D` | | text | `#ECECEE` | | text_muted | `#939397` | | primary | `#1B2A1E` | | accent | `#71D083` | | link | `#70B8FF` | | secondary | `#71D083` | | button_bg | `#1B2A1E` | | button_text | `#71D083` | **Using these colors** - **Action color** `#1B2A1E` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `button_bg` are all `#1B2A1E` — one role, not several (your action color). - `accent`, `secondary` are all `#71D083` — one role, not several. - **accent** `#71D083` — accent for emphasis — keep it rare on the page. - **link** `#70B8FF` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#1B1D1D` 77.2% · `#0C0C10` 16.8% · `#414345` 6% ## Typography - Heading: **Red Hat Display** _(free fallback: Newsreader)_ - Body: **Red Hat Text** _(free fallback: Newsreader)_ - Mono: **Red Hat Mono Variable** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 60px / 700 · lh 60px · tracking -1.5px | | h2 | 48px / 700 · lh 48px · tracking -1.2px | | h3 | 36px / 700 · lh 40px | | body | 14px / 400 · lh 20px | | small | 12px / 400 · lh 16px | | eyebrow | 12px / 500 · tracking 0.3px | - Weight ladder: 400 · 500 · 600 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Red Hat Display may be proprietary — safe free fallback: Newsreader (Google Fonts). Red Hat Text may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 48px — snap all gaps/padding to these - section rhythm: 128px top/bottom padding per section (measured) ## Radius - base: 1px - button: 10px - card: 6px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#1B2A1E` / `#71D083` | 1px solid rgb(54, 103, 64) | 8px | 8px 12px 8px 12px | 400 14px | none | | secondary | `#1A191B` / `#B5B2BC` | 1px solid rgb(73, 71, 78) | 10px | 12px 16px 12px 16px | 500 14px | none | **States (measured, not guessed)** - primary hover: border `1px solid rgb(62, 121, 73)` - primary focus: outline `1px auto oklab(0.708 0 0 / 0.5)` - secondary hover: border `1px solid rgb(98, 95, 105)` ## Motion - durations: 500ms (dominant) · 150ms · 300ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear` - animated properties: opacity, color, background-color, border-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 | |-------|-------| | `--ci-log-row-divider` | `oklch(25.5% .005 285)` | | `--ci-divider` | `oklch(28.7% .004 285)` | | `--ci-divider-strong` | `oklch(31.9% .004 285)` | | `--ci-workspace-border` | `oklch(27.5% .006 285)` | | `--background` | `oklch(100% 0 0)` | | `--foreground` | `oklch(14.5% 0 0)` | | `--card` | `oklch(100% 0 0)` | | `--card-foreground` | `oklch(14.5% 0 0)` | | `--popover` | `oklch(100% 0 0)` | | `--popover-foreground` | `oklch(14.5% 0 0)` | | `--primary` | `oklch(20.5% 0 0)` | | `--primary-foreground` | `oklch(98.5% 0 0)` | _…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 1152px · common grid: 5-col - nav: 31px relative ## Motion choreography (measured) Load order: `div` @0ms → `div.border-animated`×2 @1ms → `div.connector-animated`×2 @1ms → `div.animate-pulse-slow` @1ms - `div` — transform rotate(0deg)→rotate(360deg) — 400ms · loops - `div.animate-pulse-slow` — opacity 1→1 — 3000ms cubic-bezier(0.4, 0, 0.6, 1) · loops Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #EEEEF0 · no underline ## Responsive (measured) - mobile (390px): hero 36px · 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/depot
Export: Tailwind v4 (@theme)
@theme {
/* action color #1B2A1E — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #04040B;
--color-surface: #111118;
--color-border: #26262D;
--color-text: #ECECEE;
--color-text-muted: #939397;
--color-primary: #1B2A1E; /* primary brand / action color. */
--color-accent: #71D083; /* accent for emphasis — keep it rare on the page. */
--color-link: #70B8FF; /* inline text links and link-styled controls. */
--color-secondary: #71D083; /* 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: #1B2A1E; /* primary-button fill — the main call-to-action color. */
--color-button-text: #71D083;
/* fonts: Red Hat Display may be proprietary — safe free fallback: Newsreader (Google Fonts). Red Hat Text may be proprietary — safe free fallback: Newsreader (Google Fonts). */
--font-heading: "Red Hat Display", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Red Hat Text", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "Red Hat Mono Variable", ui-monospace, monospace;
/* measured weights: 400, 500, 600, 700 — use these, not 400/600 */
--text-hero: 60px; --font-weight-hero: 700; --leading-hero: 60px; --tracking-hero: -1.5px;
--text-h2: 48px; --font-weight-h2: 700; --leading-h2: 48px; --tracking-h2: -1.2px;
--text-h3: 36px; --font-weight-h3: 700; --leading-h3: 40px;
--text-body: 14px; --font-weight-body: 400; --leading-body: 20px;
--text-small: 12px; --font-weight-small: 400; --leading-small: 16px;
--text-eyebrow: 12px; --font-weight-eyebrow: 500; --tracking-eyebrow: 0.3px;
--radius-base: 1px;
--radius-button: 10px;
--radius-card: 6px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--outline-focus: 1px auto oklab(0.708 0 0 / 0.5); /* 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: 500ms;
--section-y: 128px; /* per-section vertical padding (measured) */
--spacing: 8px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 4, 6, 8, 10, 12, 16, 20, 24, 32, 48px */
}Export: CSS variables
:root {
/* action color #1B2A1E — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #04040B;
--surface: #111118;
--border: #26262D;
--text: #ECECEE;
--text-muted: #939397;
--primary: #1B2A1E; /* primary brand / action color. */
--accent: #71D083; /* accent for emphasis — keep it rare on the page. */
--link: #70B8FF; /* inline text links and link-styled controls. */
--secondary: #71D083; /* 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: #1B2A1E; /* primary-button fill — the main call-to-action color. */
--button-text: #71D083;
--font-heading: "Red Hat Display", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Red Hat Text", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-mono: "Red Hat Mono Variable", ui-monospace, monospace;
--text-hero: 60px; --weight-hero: 700; --leading-hero: 60px; --tracking-hero: -1.5px;
--text-h2: 48px; --weight-h2: 700; --leading-h2: 48px; --tracking-h2: -1.2px;
--text-h3: 36px; --weight-h3: 700; --leading-h3: 40px;
--text-body: 14px; --weight-body: 400; --leading-body: 20px;
--text-small: 12px; --weight-small: 400; --leading-small: 16px;
--text-eyebrow: 12px; --weight-eyebrow: 500; --tracking-eyebrow: 0.3px;
--radius: 1px;
--radius-button: 10px;
--radius-card: 6px;
--radius-pill: 9999px;
--radius-sharp: 2px;
--focus-ring: 1px auto oklab(0.708 0 0 / 0.5);
--ease: cubic-bezier(0.4, 0, 0.2, 1);
--duration-fast: 150ms;
--duration-base: 300ms;
--duration-slow: 500ms;
--section-y: 128px;
}
/* their own tokens, verbatim from the site's :root */
:root {
--ci-log-row-divider: oklch(25.5% .005 285);
--ci-divider: oklch(28.7% .004 285);
--ci-divider-strong: oklch(31.9% .004 285);
--ci-workspace-border: oklch(27.5% .006 285);
--background: oklch(100% 0 0);
--foreground: oklch(14.5% 0 0);
--card: oklch(100% 0 0);
--card-foreground: oklch(14.5% 0 0);
--popover: oklch(100% 0 0);
--popover-foreground: oklch(14.5% 0 0);
--primary: oklch(20.5% 0 0);
--primary-foreground: oklch(98.5% 0 0);
}
/* fonts: Red Hat Display may be proprietary — safe free fallback: Newsreader (Google Fonts). Red Hat Text may be proprietary — safe free fallback: Newsreader (Google Fonts). */