Sassypreneurs Brand System
Your server. Your data. Your rules. This is the design system for a brand that hands women the keys to their own software, one step at a time.
02 Color
White is the default. Navy is structure, not decoration. Orange leads once per composition, on the thing you want clicked. Purple supports it. Lavender is a surface only and never carries text. Two accent colors, maximum.
03 Typography
Two typefaces, ever. Playfair Display for headlines and numbers, title case. Montserrat for everything functional, sentence case. Never bold Playfair below 32px. Body copy is never bold and never justified.
Eyebrow label / Montserrat 600
Lead paragraph. Montserrat regular at a comfortable reading size.
Body copy. This is the workhorse size for real reading. Left aligned, regular weight, generous line height so nobody has to squint.
| Token | Size | Line |
|---|---|---|
--t-hero | 64–88 | 1.05 |
--t-xl | 44–56 | 1.1 |
--t-lg | 32–40 | 1.15 |
--t-md | 20–24 | 1.35 |
--t-sm | 15–17 | 1.6 |
--t-xs | 12–13 | 1.5 |
04 Signature Elements
Four marks, built as inline SVG. The brush arc leads. Circuit lines, sparkles, and the dashboard motif step back. Never more than two brush elements in one composition.
06 Components
Primary leads once per screen. It darkens on hover. It never scales.
Put it in front of one real person, then make it better.
If you cannot move it, you do not own it. Ownership is insurance.
You are not learning to code. You are learning to direct.
Founder portrait
Product / book cover
The Rare Dark Moment
A dark section earns its weight because it is rare. White headline, lavender body, one orange call to action, and circuit lines whispering in the back.
10 Don'ts
Token Reference
Every color and size in this page comes from one of these custom properties.
:root{
--navy:#071A52; --orange:#F26A21; --purple:#6E2BB8;
--white:#FFFFFF; --lavender:#B89BE8;
--plum:#6B2D5C; --pink:#E96C9A; --gold:#F5B71E; --cream:#FAF5EE;
--lavender-tint:#F4EFFC; --orange-hover:#D95A15; --avoid-tint:#FEF1E9;
--radius:16px; --radius-pill:999px; --radius-cover:6px;
--shadow:0 4px 24px rgba(7,26,82,.08);
--shadow-cover:0 12px 32px rgba(7,26,82,.22);
--s-1:4px; --s-2:8px; --s-3:16px; --s-4:24px;
--s-5:40px; --s-6:64px; --s-7:96px;
--t-hero:clamp(64px, 8vw, 88px); --t-xl:clamp(44px, 5.5vw, 56px);
--t-lg:clamp(32px, 4vw, 40px); --t-md:clamp(20px, 2.4vw, 24px);
--t-sm:clamp(15px, 1.4vw, 17px); --t-xs:13px;
--font-display:"Playfair Display", serif;
--font-body:"Montserrat", sans-serif;
}