Bear — design system & UI screens
Clean light landing for the Apple-native markdown notes app; a centered headline with Mac/iPhone/iPad toggles and a Mac App Store button above a warm Bear editor screenshot with a tag sidebar and a Polar Bears note.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/bear.
Decoded design system
Bear's decoded design system: background #FFFFFF, text #444444, accent #DD4C4F, link #456AA3, primary #DD4C4F; type scale h1 51.2px / h2 41.6px / body 22.4px; 4px spacing base; 8px base radius. The single interactive/action color is #DD4C4F — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F3F3F3 |
| border | #E2E2E2 |
| text | #444444 |
| text_muted | #8B8B8B |
| primary | #DD4C4F |
| accent | #DD4C4F |
| link | #456AA3 |
| secondary | #884AA8 |
| button_bg | #DD4C4F |
| button_text | #FFFFFF |
Using these colors
- Action color
#DD4C4F— the single interactive color; only on things you click or must notice, never large fills. primary,accent,button_bgare all#DD4C4F— one role, not several (the action color).- accent
#DD4C4F— 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
#456AA3— inline text links and link-styled controls. - secondary
#884AA8— 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.
Typography
- Heading: Bearsansheadline
- Body: Bearsans
- h1: 51.2px
- h2: 41.6px
- body: 22.4px
Spacing
- base unit: 4px
- scale: 4px, 5px, 6px, 8px, 13px, 16px, 19px, 24px, 32px, 40px
Radii
- base: 8px
- button: 8px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px -5px 15px 1px - overlay:
rgba(0, 0, 0, 0.12) 0px 13px 34px 0px
Motion
Micro-interactions run at 200ms (dominant) with ease-in-out.
- durations: 200ms
- easings:
ease-in-out - animated properties: box-shadow
Native design tokens
| Token | Value |
|---|---|
--background-color | #fff |
--background-secondary-color | #F3F5F7 |
--background-tertiary-color | #E4E5E6 |
--text-color | #444444 |
--text-secondary-color | #888888 |
--text-tertiary-color | #d9d9d9 |
--accent-color | #DD4C4F |
--stroke-color | #D9D9D9 |
--text-font | "bearsans" |
--heading-font | "bearsansheadline" |
…and 1 more measured on the page.
Button states (measured)
- primary focus: outline
1px auto rgb(16, 16, 16)
Layout (measured)
- container max-width:
960px - nav: 64px fixed
- common grid: 2 columns
Motion choreography (measured)
Scroll reveal: 2 elements rest at a pre-reveal state.
Responsive (measured)
- breakpoints: 512px · 592px · 640px · 736px · 784px · 832px
- mobile (390px): hero 42px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →