Bitihop — decoded design system
Bitihop'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/bitihop.swedexpress.store.
Decoded design system
Bitihop's decoded design system: background #FAF6F0, text #000000, accent #6B4A29, link #8A6135, primary #6B4A29; type scale h1 24px / h2 24px / body 14px; 4px spacing base; 12px base radius. The single interactive/action color is #6B4A29 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FAF6F0 |
| surface | #EBE7E1 |
| border | #D4D1CC |
| text | #000000 |
| text_muted | #5F5D5B |
| primary | #6B4A29 |
| accent | #6B4A29 |
| link | #8A6135 |
| button_bg | #6B4A29 |
| button_text | #FFFFFF |
Using these colors
- Action color
#6B4A29— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#6B4A29— one role, not several (the action color).- accent
#6B4A29— 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
#8A6135— inline text links and link-styled controls.
Typography
- Heading: Georgia
- Body: Georgia
- h1: 24px
- h2: 24px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px
Radii
- base: 12px
- button: 8px
Button states (measured)
- primary hover: background
#4A3320
Input (measured)
height 46px · radius 8px · focus ring 1px auto rgb(16, 16, 16)
Responsive (measured)
- breakpoints: 640px · 768px · 1024px
- mobile (390px): hero 24px · nav inline
Install it
Drop this measured system into any shadcn/Tailwind project in one command:
npx shadcn add https://mozaika.design/r/decode/bitihop.swedexpress.store
Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:
curl -o src/themes/bitihop.theme.ts https://mozaika.design/api/astryx/decode/bitihop.swedexpress.store.ts
registry item · astryx theme · or query it over MCP: get_design_system("Bitihop")
Export: DESIGN.md
# Bitihop — Design System > light, professional, low, tailwind — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FAF6F0` | | surface | `#EBE7E1` | | border | `#D4D1CC` | | text | `#000000` | | text_muted | `#5F5D5B` | | primary | `#6B4A29` | | accent | `#6B4A29` | | link | `#8A6135` | | button_bg | `#6B4A29` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#6B4A29` — 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`, `button_bg` are all `#6B4A29` — one role, not several (your action color). - **accent** `#6B4A29` — 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** `#8A6135` — inline text links and link-styled controls. - **Page coverage** (full-page screenshot pixels): `#FAF6F0` 97.6% · `#B3A28F` 1.4% · `#CDC3B7` 0.6% · `#E9E4DE` 0.4% ## Typography - Heading: **Georgia** - Body: **Georgia** - h1: 24px - h2: 24px - body: 14px > **Fonts —** Georgia — system font, no web load needed. ## Spacing - base unit: 4px - scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px ## Radius - base: 12px - button: 8px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#6B4A29` / `#FFFFFF` | none | 8px | 10px 0px 10px 0px | 400 16px | none | **States (measured, not guessed)** - primary hover: background `#4A3320` ## Components (measured) - input: h 46px · r 8px · border 1px solid rgb(212, 180, 140) · bg rgba(0, 0, 0, 0) · placeholder #9CA3AF - focus ring: `1px auto rgb(16, 16, 16)` — this exact construction, don't invent your own - disabled: bg #6B4A29 · text #FFFFFF ## Responsive (measured) - breakpoints: 640px · 768px · 1024px - mobile (390px): hero 24px · 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/bitihop.swedexpress.store
An automated reading of Bitihop's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with bitihop.swedexpress.store. No screenshots stored. Removal requests: hello@mozaika.design.