Front — Design System
Front pitches customer support with Swiss composure: Suisse Intl at 62px/500 over calm neutrals, 40px-radius pill buttons, and product screenshots framed like editorial spreads. Stats rows and customer walls do the persuading while the typography never raises its voice — a helpdesk that dresses like a design studio.
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/front.
Tokens
Front's decoded design system: background #FFFFFF, text #1C1E20, accent #300C41, link #8034BF, primary #0D1D39; type scale h1 62px / h2 52px / body 16px; 4px spacing base; 12px base radius. The single interactive/action color is #300C41 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F1F1 |
| border | #DCDDDD |
| text | #1C1E20 |
| text_muted | #727374 |
| primary | #0D1D39 |
| accent | #300C41 |
| link | #8034BF |
| secondary | #DEE948 |
| button_bg | #300C41 |
| button_text | #FFFFFF |
Using these colors
- Action color
#300C41— the single interactive color; only on things you click or must notice, never large fills. accent,button_bgare all#300C41— one role, not several (the action color).- accent
#300C41— 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. - primary
#0D1D39— a brand color — but the call-to-action uses #300C41, not this. - link
#8034BF— inline text links and link-styled controls. - secondary
#DEE948— 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: Suisse Intl
- Body: Suisse Intl
- h1: 62px
- h2: 52px
- body: 16px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px
Radii
- base: 12px
- button: 64px
Shadow
rgb(175, 150, 246) 0px 0px 0px 1px inset
Per-section tokens (21)
- Hero
- Hero
- Logo Wall
- Logo Wall
- Feature
- Comparison
- Feature
- Feature
- Stats / Metrics
- Feature
- Gallery / Showcase
- Steps / How-it-works
- Testimonial / Social Proof
- Comparison
- Integrations
- Stats / Metrics
- CTA / Sign-up
- FAQ
- Gallery / Showcase
- Gallery / Showcase
- Footer
Export: DESIGN.md
# Front — Design System > light, modern, high, custom Front pitches customer support with Swiss composure: Suisse Intl at 62px/500 over calm neutrals, 40px-radius pill buttons, and product screenshots framed like editorial spreads. Stats rows and customer walls do the persuading while the typography never raises its voice — a helpdesk that dresses like a design studio. ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F1F1F1` | | border | `#DCDDDD` | | text | `#1C1E20` | | text_muted | `#727374` | | primary | `#0D1D39` | | accent | `#300C41` | | link | `#8034BF` | | secondary | `#DEE948` | | button_bg | `#300C41` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#300C41` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent`, `button_bg` are all `#300C41` — one role, not several (your action color). - **accent** `#300C41` — 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. - **primary** `#0D1D39` — a brand color — but the call-to-action uses #300C41, not this. - **link** `#8034BF` — inline text links and link-styled controls. - **secondary** `#DEE948` — 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: **Suisse Intl** _(free fallback: Newsreader)_ - Body: **Suisse Intl** _(free fallback: Newsreader)_ - h1: 62px - h2: 52px - body: 16px > **Fonts —** Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px - scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px ## Radius - base: 12px - button: 64px ## Primary button - bg `#300C41` · text `#FFFFFF` · radius 64px ## 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.
Export: Tailwind v4 (@theme)
@theme {
/* action color #300C41 — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #F1F1F1;
--color-border: #DCDDDD;
--color-text: #1C1E20;
--color-text-muted: #727374;
--color-primary: #0D1D39; /* a brand color — but the call-to-action uses #300C41, not this. */
--color-accent: #300C41; /* 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. */
--color-link: #8034BF; /* inline text links and link-styled controls. */
--color-secondary: #DEE948; /* 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. */
--color-button-bg: #300C41; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */
--font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--text-h1: 62px;
--text-h2: 52px;
--text-body: 16px;
--radius-base: 12px;
--radius-button: 64px;
--spacing-1: 2px;
--spacing-2: 4px;
--spacing-3: 6px;
--spacing-4: 8px;
--spacing-5: 12px;
--spacing-6: 16px;
--spacing-7: 24px;
--spacing-8: 32px;
}Export: CSS variables
:root {
/* action color #300C41 — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #F1F1F1;
--border: #DCDDDD;
--text: #1C1E20;
--text-muted: #727374;
--primary: #0D1D39; /* a brand color — but the call-to-action uses #300C41, not this. */
--accent: #300C41; /* 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: #8034BF; /* inline text links and link-styled controls. */
--secondary: #DEE948; /* 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. */
--button-bg: #300C41; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--font-heading: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Suisse Intl", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--radius: 12px;
--radius-button: 64px;
}
/* fonts: Suisse Intl may be proprietary — safe free fallback: Newsreader (Google Fonts). */