Trakzfit — decoded design system
Trakzfit'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/trakzfit.com.
Decoded design system
Trakzfit's decoded design system: background #0A0A0A, text #FAFAFA, link #A1A1AA, primary #A1A1AA; type scale h1 60px / h2 52px / body 14px; 4px spacing base; 8px base radius. The single interactive/action color is #F59E0B — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #0A0A0A |
| surface | #181818 |
| border | #2E2E2E |
| text | #FAFAFA |
| text_muted | #9E9E9E |
| primary | #A1A1AA |
| link | #A1A1AA |
| button_bg | #F59E0B |
| button_text | #451A03 |
Using these colors
- Action color
#F59E0B— the single interactive color; only on things you click or must notice, never large fills. primary,linkare all#A1A1AA— one role, not several (the action color).
Typography
- Heading: DM Mono
- Body: DM Sans
- Mono: DM Mono
- h1: 60px
- h2: 52px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 40px
Radii
- base: 8px
- button: 8px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px - card:
rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(245, 158, 11, 0.2) 0px 10px 15px -3px, rgba(245, 158, 11, 0.2) 0px 4px 6px -4px
Motion
Micro-interactions run at 150ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).
- durations: 150ms · 300ms · 700ms
- easings:
cubic-bezier(0.4, 0, 0.2, 1)·linear - animated properties: color, background-color, border-color, text-decoration-color
Native design tokens
| Token | Value |
|---|---|
--cursor-x | 50% |
--cursor-y | 50% |
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
1100px
Motion choreography (measured)
Load order: div.marquee-track
Scroll reveal: 22 elements rest at opacity 0, translateY(20px), animate in over 600ms.
Stagger: div ×10 — 100ms apart.
Responsive (measured)
- mobile (390px): hero 36px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add mozaika.design/r/decode/trakzfit.com
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/trakzfit.theme.ts https://mozaika.design/api/astryx/decode/trakzfit.com.ts
registry item · astryx theme · or query it over MCP: get_design_system("Trakzfit")
Export: DESIGN.md
# Trakzfit — Design System > dark — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#0A0A0A` | | surface | `#181818` | | border | `#2E2E2E` | | text | `#FAFAFA` | | text_muted | `#9E9E9E` | | primary | `#A1A1AA` | | link | `#A1A1AA` | | button_bg | `#F59E0B` | | button_text | `#451A03` | **Using these colors** - **Action color** `#F59E0B` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `primary`, `link` are all `#A1A1AA` — one role, not several. - **Page coverage** (full-page screenshot pixels): `#0A0A0A` 81.9% · `#1C1B18` 12.4% · `#9B8561` 5.8% ## Typography - Heading: **DM Mono** _(free fallback: JetBrains Mono)_ - Body: **DM Sans** - Mono: **DM Mono** _(measured)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 60px / 500 · lh 60px | | h2 | 52px / 800 · lh 56px | | h3 | 48px / 800 · lh 48px | | body | 14px / 400 · lh 20px | | small | 12px / 400 · lh 16px | | eyebrow | 12px / 400 · tracking 1.2px | - Weight ladder: 400 · 500 · 600 · 700 · 800 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** DM Mono may be proprietary — safe free fallback: JetBrains Mono (Google Fonts). DM Sans — free, on Google. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 8px, 10px, 12px, 16px, 20px, 24px, 32px, 40px — snap all gaps/padding to these - section rhythm: 128px top/bottom padding per section (measured) ## Radius - base: 8px - button: 8px - card: 8px - pill: 9999px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#F59E0B` / `#451A03` | none | 8px | 10px 20px 10px 20px | 600 14px | none | **States (measured, not guessed)** - primary focus: outline `1px auto rgb(16, 16, 16)` - transition: `color 0.15s cubic-bezier(0.4, 0, 0.2, 1)` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px` - card: `rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(245, 158, 11, 0.2) 0px 10px 15px -3px, rgba(245, 158, 11, 0.2) 0px 4px 6px -4px` ## Motion - durations: 150ms (dominant) · 300ms · 700ms - easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `linear` - animated properties: color, background-color, border-color, text-decoration-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 | |-------|-------| | `--cursor-x` | `50%` | | `--cursor-y` | `50%` | Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - container max 1100px - nav: 0px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 0 | 1165 | — | — | 0/0 | — | | 847 | 317 | — | — | 0/0 | — | | 1165 | 1115 | — | — | 0/0 | — | | 2280 | 2244 | — | — | 0/0 | — | | 4524 | 1108 | — | — | 0/0 | — | ## Motion choreography (measured) Load order: `div.marquee-track` @0ms - `div.absolute` ×3 — opacity 0.05→0.05 — 8000ms ease-in-out · loops - `div.marquee-track` — transform translate(0px)→translate(-50%) — 30000ms · loops - stagger: `div` ×10 — 100ms apart - scroll reveal: 22 elements rest at opacity 0, translateY(20px), animate in over 600ms (22 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #A1A1AA · no underline — hover #FAFAFA ## Responsive (measured) - mobile (390px): hero 36px · 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/trakzfit.com
An automated reading of Trakzfit's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with trakzfit.com. No screenshots stored. Removal requests: hello@mozaika.design.