Mem — decoded design system
Mem's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/decode/get.mem.ai.
Decoded design system
Mem's decoded design system: background #FCF8F1, text #000000, accent #100F31, link #FFFFFF, primary #0000EE; type scale h1 80px / h2 32px / body 21px; 8px spacing base; 0px base radius. The single interactive/action color is #100F31 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FCF8F1 |
| surface | #ECE9E2 |
| border | #D6D2CC |
| text | #000000 |
| text_muted | #5F5E5B |
| primary | #0000EE |
| accent | #100F31 |
| link | #FFFFFF |
| button_bg | rgba(0, 0, 0, 0) |
| button_text | #0000EE |
Using these colors
- Action color
#100F31— the single interactive color; only on things you click or must notice, never large fills. - accent
#100F31— 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
#0000EE— a brand color — but the call-to-action uses #100F31, not this. - link
#FFFFFF— fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference).
Typography
- Heading: Ritual VF Variable
- Body: Ritual VF Variable
- h1: 80px
- h2: 32px
- body: 21px
Spacing
- base unit: 8px
- scale: 2px, 4px, 8px, 10px, 11px, 14px, 16px, 24px, 32px, 64px
Radii
- base: 0px
- button: 28px
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Responsive (measured)
- breakpoints: 809px · 1199px · 1439px
- mobile (390px): hero 56px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/get.mem.ai
registry item · or query it over MCP: get_design_system("Mem")
Export: DESIGN.md
# Mem — Design System > light, modern, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FCF8F1` | | surface | `#ECE9E2` | | border | `#D6D2CC` | | text | `#000000` | | text_muted | `#5F5E5B` | | primary | `#0000EE` | | accent | `#100F31` | | link | `#FFFFFF` | | button_bg | `rgba(0, 0, 0, 0)` | | button_text | `#0000EE` | **Using these colors** - **Action color** `#100F31` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - **accent** `#100F31` — 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** `#0000EE` — a brand color — but the call-to-action uses #100F31, not this. - **link** `#FFFFFF` — fails contrast on the background (~1.1:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **Page coverage** (full-page screenshot pixels): `#FCF8F1` 87.7% · `#E6EDFF` 8.4% · `#868493` 3.9% ## Typography - Heading: **Ritual VF Variable** _(free fallback: Newsreader)_ - Body: **Ritual VF Variable** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 80px / 400 · lh 80px · tracking -3.2px | | h2 | 32px / 400 · lh 38px · tracking -1.28px | | body | 21px / 400 · lh 27px | | small | 18px / 400 · lh 24px | - Weight ladder: 400 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Ritual VF Variable may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 8px (inferred from the measured scale) - measured scale: 2px, 4px, 8px, 10px, 11px, 14px, 16px, 24px, 32px, 64px — snap all gaps/padding to these ## Radius - base: 0px - button: 28px - card: 100px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `rgba(0, 0, 0, 0)` / `#0000EE` | none | 28px | 15px 23px 15px 23px | 400 12px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` ## Components (measured) - link: #100F31 · no underline — hover rgba(16, 15, 49, 0.3) ## Responsive (measured) - breakpoints: 809px · 1199px · 1439px - mobile (390px): hero 56px · body 12px · nav: inline ## 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.
An automated reading of Mem's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with get.mem.ai. No screenshots stored. Removal requests: hello@mozaika.design.