Increase — Design System
Increase sets 'Enterprise-grade banking APIs' in Klim's Untitled Sans at 90px/700 — a deliberately unstyled typeface at maximum size, the typographic equivalent of a well-drafted contract. Slate #1A2B3B buttons at 8px radius, ledger-precise layout, and no decorative color: banking infrastructure that dresses like the regulator is watching, because it is.
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/increase.
Tokens
Increase's decoded design system: background #FFFFFF, text #1A2B3B, accent #1A2B3B, link #1A2B3B, primary #687887; type scale h1 16px / h2 16px / body 16px; 4px spacing base; 0px base radius. The single interactive/action color is #1A2B3B — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F1F2F3 |
| border | #DCDFE1 |
| text | #1A2B3B |
| text_muted | #717B85 |
| primary | #687887 |
| accent | #1A2B3B |
| link | #1A2B3B |
| secondary | #1F2937 |
| button_bg | #1A2B3B |
| button_text | #FFFFFF |
Using these colors
- Action color
#1A2B3B— the single interactive color; only on things you click or must notice, never large fills. accent#1A2B3B,link#1A2B3B,secondary#1F2937,button_bg#1A2B3Bare visually the same color (Δ11) — treat as one role (the action color).- accent
#1A2B3B— 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
#687887— a brand color — but the call-to-action uses #1A2B3B, not this.
Typography
- Heading: Untitled Sans
- Body: Untitled Sans
- h1: 16px
- h2: 16px
- body: 16px
Spacing
- base unit: 4px
- scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px
Radii
- base: 0px
- button: 8px
Per-section tokens (12)
Export: DESIGN.md
# Increase — Design System > light, professional, medium, tailwind Increase sets 'Enterprise-grade banking APIs' in Klim's Untitled Sans at 90px/700 — a deliberately unstyled typeface at maximum size, the typographic equivalent of a well-drafted contract. Slate #1A2B3B buttons at 8px radius, ledger-precise layout, and no decorative color: banking infrastructure that dresses like the regulator is watching, because it is. ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F1F2F3` | | border | `#DCDFE1` | | text | `#1A2B3B` | | text_muted | `#717B85` | | primary | `#687887` | | accent | `#1A2B3B` | | link | `#1A2B3B` | | secondary | `#1F2937` | | button_bg | `#1A2B3B` | | button_text | `#FFFFFF` | **Using these colors** - **Action color** `#1A2B3B` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds. - `accent` `#1A2B3B`, `link` `#1A2B3B`, `secondary` `#1F2937`, `button_bg` `#1A2B3B` are visually the same color (Δ11) — treat as one role (your action color). - **accent** `#1A2B3B` — 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** `#687887` — a brand color — but the call-to-action uses #1A2B3B, not this. ## Typography - Heading: **Untitled Sans** _(free fallback: Newsreader)_ - Body: **Untitled Sans** _(free fallback: Newsreader)_ - h1: 16px - h2: 16px - body: 16px > **Fonts —** Untitled Sans may be proprietary — safe free fallback: Newsreader (Google Fonts). ## Spacing - base unit: 4px - scale: 2px, 4px, 6px, 8px, 12px, 16px, 24px, 32px ## Radius - base: 0px - button: 8px ## Primary button - bg `#1A2B3B` · text `#FFFFFF` · radius 8px ## 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 #1A2B3B — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #F1F2F3;
--color-border: #DCDFE1;
--color-text: #1A2B3B;
--color-text-muted: #717B85;
--color-primary: #687887; /* a brand color — but the call-to-action uses #1A2B3B, not this. */
--color-accent: #1A2B3B; /* 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: #1A2B3B; /* inline text links — shares the action color. */
--color-secondary: #1F2937; /* same color as the action (see accent). */
--color-button-bg: #1A2B3B; /* primary-button fill — the main call-to-action color. */
--color-button-text: #FFFFFF;
/* fonts: Untitled Sans may be proprietary — safe free fallback: Newsreader (Google Fonts). */
--font-heading: "Untitled Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Untitled Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--text-h1: 16px;
--text-h2: 16px;
--text-body: 16px;
--radius-base: 0px;
--radius-button: 8px;
--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 #1A2B3B — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #F1F2F3;
--border: #DCDFE1;
--text: #1A2B3B;
--text-muted: #717B85;
--primary: #687887; /* a brand color — but the call-to-action uses #1A2B3B, not this. */
--accent: #1A2B3B; /* 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: #1A2B3B; /* inline text links — shares the action color. */
--secondary: #1F2937; /* same color as the action (see accent). */
--button-bg: #1A2B3B; /* primary-button fill — the main call-to-action color. */
--button-text: #FFFFFF;
--font-heading: "Untitled Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Untitled Sans", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--radius: 0px;
--radius-button: 8px;
}
/* fonts: Untitled Sans may be proprietary — safe free fallback: Newsreader (Google Fonts). */