We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joytorm/webforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# S04 — Swiss / International Typographic
## Industry: SaaS
## Style DNA
- **Palette:** Limited palette. Often monochromatic with one accent.
- **Typography:** Helvetica, Univers, or similar grotesque. Strict hierarchy.
- **Radius:** Zero to minimal (0-4px).
- **Shadow:** None. Rely on spacing and typography.
- **Border:** Thin rules for structure. Grid lines.
- **Patterns:** Grid systems. Mathematical proportions.
- **Motion:** Precise and functional. No flourishes.
## Do's
- Use grid systems rigorously
- Emphasize sans-serif typography
- Use asymmetric layouts
- Keep design clean and functional
## Don'ts
- Don't use decorative fonts
- Don't ignore the grid
- Don't use excessive imagery
- Don't add unnecessary ornamentation
## Design Tokens
```yaml
tokens:
meta:
style_id: "S04"
style_name: "Swiss / International Typographic"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#FFFFFF"
secondary: "#FAFAFA"
text:
primary: "#1A1A1A"
secondary: "#4A4A4A"
muted: "#8A8A8A"
brand:
primary: "#E53935"
accent: "#E53935"
border:
strong: "#1A1A1A"
subtle: "#E0E0E0"
state:
success: "#1A1A1A"
warning: "#E53935"
error: "#E53935"
focus:
ring: "#1A1A1A"
radius:
none: 0
sm: 0
md: 4
border:
width:
hairline: 1
medium: 2
strong: 3
shadow:
none: none
layout:
container:
content: 1024
wide: 1200
grid:
desktop: 12
tablet: 6
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 100
normal: 150
easing: ease
typography:
font:
sans:
primary: "Helvetica Neue"
fallback:
- "Helvetica"
- "Arial"
- "sans-serif"
mono:
primary: "JetBrains Mono"
fallback:
- "ui-monospace"
- "SFMono-Regular"
scale:
h1: { size: 56, line: 64, weight: 600, tracking: -0.02 }
h2: { size: 40, line: 48, weight: 600, tracking: -0.01 }
h3: { size: 28, line: 36, weight: 600, tracking: -0.005 }
body: { size: 16, line: 24, weight: 450, tracking: 0 }
small: { size: 14, line: 20, weight: 450, tracking: 0 }
measure:
hero_max: "48ch"
body_max: "72ch"
spacing:
base: 8
section_py:
mobile: [64, 80]
desktop: [112, 128]
```