v1.0 · Apr 2026
Every mark has a meaning.
The formenzo brand in one printable document — five chapters + fifteen rules. Public mirror lives at formenzo.com/brand. Source of truth is docs/brand.md.
The one sentence
formenzo is software that shows supported UAE formation routes, transparent dirham pricing, filing progress, banking readiness, and compliance reminders before a sales call.
If what you are about to ship doesn't ladder back to this sentence, cut it.
Palette
Three colours. Nothing else.
ink
#0E0E0F
Body, headlines, mark body.
paper
#F5F2EC
Every major surface. Never pure white.
accent
#F5CE47
The one gold pin. CTA, dot, match lens.
Typography
Four families, each with one job.
Fraunces
Display · italic serif
Hero headlines, dirham figures, accent phrases. Italic only — never regular weight.
Plus Jakarta Sans
Brand · sans extrabold 800
Wordmark + UI display. Tight tracking -0.055em. Always lowercase for brand.
Inter
Body · sans 400/500/600
Long-form copy. Never below 15px in body contexts.
JetBrains Mono
Mono · 500
Eyebrows, dirham numerals, chips, metadata. Tracking 0.18–0.22em uppercase.
The four pillars
Every surface must carry at least two.
Pillar · 1
Software, not consultancy
The CTA is ‘start the match’ — never ‘book a call’.
Pillar · 2
Live & comparative
Change an input, watch it recompute. That motion is the signature.
Pillar · 3
Verified, not vibes
Channel-partner badges, 2026 dirham pricing, banking-readiness by passport.
Pillar · 4
Case-specific timeline
Not ‘consultation’. Execution tracked by real milestones.
Chapter 1 · Photography
Product UI first. Stock never.
- 01
Product UI
Atlas, match reveal, portal docket. Stripe + Linear + Firstbase pattern.
- 02
Custom illustration
Geometric icons, abstract zone maps. Notion system scale.
- 03
Named portraits
Real founders, credited by name + role + company logo.
- 04
Stock photography
Never.
Three explicit failure modes
Handshake
Consultancy tell. Virtuzone owns it.
Dubai skyline
Place-holder, not place. Category cliché.
Corporate boardroom
Wrong audience signal — enterprise + gatekeepers.
Chapter 2 · Motion
Three duration tokens. One easing for signature reveals.
| token | ms | use |
|---|---|---|
| fast | 120 | Hover, tooltips, micro-feedback. |
| base | 200 | State transitions, card reveals, status stamps. |
| slow | 480 | Hero choreography, atlas pan, match reveal. |
| recompute | 150 | Rule #11 live-recompute value swap. |
Never animate
Wordmark · legal copy · dirham-static · channel-partner badge.
Chapter 3 · Arabic
A peer language, not a toggle.
Commission an Arabic companion face
Fraunces does not translate. Pair with an Arabic serif of equivalent register.
Wordmark stays Latin
‘formenzo.’ lowercase + gold pin. Arabic sits beside in body copy.
Gold pin flips LEFT in RTL
Dot-as-period logic — period is always end-of-word.
Eastern Arabic numerals for dirham prices
(AED ١٢٬٢٠٠) on Arabic surfaces. Western numerals stay on Latin.
Voice is native, not translated
Hire an Arabic copywriter. Don't Google-translate the hero.
Chapter 4 · Brand moments
Seven surfaces where the brand shows at full volume.
Moment · 01
Licence-arrived email
Fraunces italic ‘Your licence is live.’ + big dirham figure.
Moment · 02
First zone-match notification
Live MatchSymbol + Fraunces italic zone short-name.
Moment · 03
Founder portrait reveal
Named portrait + one-sentence intent. Stripe Atlas scale.
Moment · 04
Channel-partner tooltip
Logo-tier prominence — not footer furniture.
Moment · 05
Case timeline countdown
Fraunces italic numeral. Gold accent beside.
Moment · 06
Compliance-green state
‘Good standing.’ + single rubber-stamp badge.
Moment · 07
Approval-% tooltip
Tabular-nums dirham + % in Fraunces italic gold.
Chapter 5 · Mark meanings
Four marks, four one-sentence meanings.
Wordmark
Lowercase always. The period is not punctuation — it's a map marker.
F-marker
The product returning one answer from forty-eight. The gold square is the match.
Match symbol
Two overlapping circles; gold lens is the intersection. Founder ∩ zone.
Pin (singular dot)
One answer, one pulse. Beside Fraunces italic headlines and any matching state.
The fifteen rules
Cite by number in code review.
- #1
Wordmark lowercase always. Capital F is a brand violation.
- #2
Three-colour palette only. Ink, paper, accent. No gradients, no second accent.
- #3
Italic Fraunces is the signature. Never set in regular weight.
- #4
dirham pricing is always a brand moment. Fraunces italic in gold. Name the number.
- #5
The CTA verb is ‘start’, not ‘book’. No ‘schedule a call’ as primary.
- #6
Wordmark never animates. No fade-in on entry, no morph on hover.
- #7
Legal copy stays static. Never behind a fade-in gate.
- #8
Channel-partner badges at logo-tier. Above the fold on every zone card, quote header, case banner.
- #9
Use case-specific timeline language. Never imply fixed approval or banking dates.
- #10
The match pulse replaces every spinner. Use <MatchSymbol> from @formenzo/ui.
- #11
Live recompute is the signature motion. 120–180ms value swap, never a page reload.
- #12
Stock photography never appears.
- #13
Arabic is a peer, not a toggle.
- #14
The gold pin carries the product metaphor. Never tint the pin.
- #15
Publish the brand. /brand is public because no UAE formation brand documents this layer.
Copy rules
- Say · match, compute, file, live, verified.
- Never · consultation, speak to an expert, our advisors, book a call.
- Dirham · never “starting from.” Name the exact number (AED 4,888).
- Arabic · wordmark stays Latin; tagline translates.
Keeping this current
This PDF is a snapshot. The brand evolves. Here's how to keep it in sync without losing the discipline above.
The three surfaces
- Source of truth ·
docs/brand.md— plain text, version-controlled. The written record. - Public website ·
formenzo.com/brand— the mark-meanings reference. Edit when a mark's meaning changes. - This PDF ·
formenzo.com/brand/print→ Save as PDF. Regenerate whenever a rule changes.
The four-step update
- 1. Edit
docs/brand.md. Every brand change starts here. - 2. Mirror the wording into
apps/web/src/app/brand/print/page.tsx(and/brand/page.tsxif a mark's meaning changed). - 3. Regenerate the PDF:
pnpm brand:pdf. Writes~/Desktop/formenzo-brand-guidelines-v<ver>.pdf. - 4. Bump the version string (hero + footer) and commit all three files in one PR. Git log is the changelog.
Versioning
- Patch (1.0 → 1.0.1) — wording tweaks.
- Minor (1.0 → 1.1) — a new rule, chapter, or moment.
- Major (1.x → 2.0) — palette, typography, or positioning change.
A committed snapshot of each version lives at docs/brand-guidelines-v<ver>.pdf. Open that file from the repo any time you need the canonical reference without regenerating.