Komoot Mobile — decoded design system
Komoot Mobile'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/komoot.com.
Decoded design system
Komoot Mobile's decoded design system: background #FFFFFF, text #1C1A18, accent #4F6814, link #404823, primary #4F6814; type scale h1 72px / h2 48px / body 24px; 4px spacing base; 12px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F1 |
| border | #DCDCDC |
| text | #1C1A18 |
| text_muted | #72716F |
| primary | #4F6814 |
| accent | #4F6814 |
| link | #404823 |
| button_bg | #FFFFFF |
| button_text | #1C1A18 |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#4F6814— one role, not several (the action color).- accent
#4F6814— accent for emphasis — keep it rare on the page. - link
#404823— inline text links and link-styled controls.
Typography
- Heading: Nohemi
- Body: Nohemi
- h1: 72px
- h2: 48px
- body: 24px
Spacing
- base unit: 4px
- scale: 2px, 4px, 7px, 8px, 11px, 12px, 16px, 20px, 24px, 32px
Radii
- base: 12px
- button: 16px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.2) 0px 1px 2px 0px - card:
rgba(0, 0, 0, 0.1) 0px -10px 20px 0px - overlay:
rgba(0, 0, 0, 0.2) 0px 8px 24px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease-in-out.
- durations: 300ms · 200ms · 3000ms
- easings:
ease-in-out·ease - animated properties: color, opacity
Native design tokens
| Token | Value |
|---|---|
--theme-ui-colors-primitives-grey-white | #ffffff |
--theme-ui-colors-primitives-grey-900 | #1c1a18 |
--theme-ui-colors-primitives-grey-800 | #33312f |
--theme-ui-colors-primitives-grey-700 | #4a4846 |
--theme-ui-colors-primitives-grey-600 | #615e5c |
--theme-ui-colors-primitives-grey-500 | #787573 |
--theme-ui-colors-primitives-grey-400 | #8f8c8a |
--theme-ui-colors-primitives-grey-300 | #a3a09f |
--theme-ui-colors-primitives-grey-200 | #b2afab |
--theme-ui-colors-primitives-grey-100 | #c2beb8 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#FAF9F4
Motion choreography (measured)
Load order: svg.css-emkbxl×2 → div×3 → svg.attractionIcon → svg.attractionIcon → svg.arrowIcon → a.css-nwudib
Responsive (measured)
- mobile (390px): hero 40px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/komoot.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/komoot.theme.ts https://mozaika.design/api/astryx/decode/komoot.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Komoot Mobile")
Export: DESIGN.md
# Komoot Mobile — Design System > light, consumer, high — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F1F1F1` | | border | `#DCDCDC` | | text | `#1C1A18` | | text_muted | `#72716F` | | primary | `#4F6814` | | accent | `#4F6814` | | link | `#404823` | | button_bg | `#FFFFFF` | | button_text | `#1C1A18` | **Using these colors** - **Action color** `#FFFFFF` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `accent` are all `#4F6814` — one role, not several. - **accent** `#4F6814` — accent for emphasis — keep it rare on the page. - **link** `#404823` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#62615E` 37.1% · `#0C0904` 32.1% · `#FFFFFF` 19.1% · `#F2F2F1` 6.5% ## Typography - Heading: **Nohemi** _(free fallback: Newsreader)_ - Body: **Nohemi** _(free fallback: Newsreader)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 72px / 500 · lh 90px · tracking 0.72px | | h2 | 48px / 500 · lh 58px · tracking 0.96px | | h3 | 40px / 500 · lh 43px · tracking 0.72px | | body | 24px / 500 · lh 31px · tracking 0.72px | | small | 20px / 500 · tracking 0.63px | - Weight ladder: 500 · 700 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Nohemi may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 7px, 8px, 11px, 12px, 16px, 20px, 24px, 32px — snap all gaps/padding to these ## Radius - base: 12px - button: 16px - card: 12px - pill: 9999px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#1C1A18` | none | 16px | 12px 16px 12px 16px | 700 14px | none | | secondary | `rgba(0, 0, 0, 0)` / `#FAF9F4` | none | 12px | 8px 12px 8px 12px | 500 14px | none | **States (measured, not guessed)** - primary hover: background `#FAF9F4` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0.2) 0px 1px 2px 0px` - card: `rgba(0, 0, 0, 0.1) 0px -10px 20px 0px` - overlay: `rgba(0, 0, 0, 0.2) 0px 8px 24px 0px` ## Motion - durations: 300ms (dominant) · 200ms · 3000ms - easings: `ease-in-out` (dominant) · `ease` - animated properties: color, opacity 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 | |-------|-------| | `--theme-ui-colors-primitives-grey-white` | `#ffffff` | | `--theme-ui-colors-primitives-grey-900` | `#1c1a18` | | `--theme-ui-colors-primitives-grey-800` | `#33312f` | | `--theme-ui-colors-primitives-grey-700` | `#4a4846` | | `--theme-ui-colors-primitives-grey-600` | `#615e5c` | | `--theme-ui-colors-primitives-grey-500` | `#787573` | | `--theme-ui-colors-primitives-grey-400` | `#8f8c8a` | | `--theme-ui-colors-primitives-grey-300` | `#a3a09f` | | `--theme-ui-colors-primitives-grey-200` | `#b2afab` | | `--theme-ui-colors-primitives-grey-100` | `#c2beb8` | | `--theme-ui-colors-primitives-grey-75` | `#d1cdc4` | | `--theme-ui-colors-primitives-grey-50` | `#edebe5` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - nav: 0px ## Motion choreography (measured) Load order: `svg.css-emkbxl`×2 @0ms → `div`×3 @1398ms → `svg.attractionIcon` @1398ms → `svg.attractionIcon` @1398ms → `svg.arrowIcon` @1398ms → `a.css-nwudib` @1398ms - `dialog.css-jeavfy` ×2 — opacity 0→1 — 200ms ease - `div` — opacity 0.129162→1 — 523ms ease-in-out - `svg.css-emkbxl` — transform rotate(0deg)→rotate(360deg) — 3000ms · loops Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #4F6814 · no underline ## Responsive (measured) - mobile (390px): hero 40px · body 16px · 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. --- > **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/decode/komoot.com
An automated reading of Komoot Mobile's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with komoot.com. No screenshots stored. Removal requests: hello@mozaika.design.