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
# S89 — Minimalist Serif
## Industry: SaaS
## Style DNA
- **Palette:** Beige, Cream, Soft Brown, Charcoal.
- **Typography:** Beautiful serif headings, clean sans body.
- **Radius:** Zero radius or very slight.
- **Shadow:** None or very subtle.
- **Border:** None, relies on spacing.
- **Patterns:** Botanic photography, paper texture.
- **Motion:** Slow aesthetic fades.
## Do's
- Use big photography
- Serif titles
- Lots of breathing room
- Editorial
## Don'ts
- Don't clutter
- Don't use bright colors
- Don't be techy
## Design Tokens
```yaml
tokens:
meta:
style_id: "S89"
style_name: "Minimalist Serif"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#F9F7F2"
secondary: "#FFFFFF"
text:
primary: "#2C2825"
secondary: "#4A4036"
muted: "#8D8278"
brand:
primary: "#4A4036"
accent: "#8D8278"
border:
strong: "#D4CFC7"
subtle: "#E8E4DE"
state:
success: "#6D8B74"
warning: "#C99E5F"
error: "#B85C5C"
focus:
ring: "#4A4036"
radius:
none: 0
sm: 2
md: 4
lg: 8
border:
width:
hairline: 1
medium: 2
strong: 3
shadow:
subtle: "0 2px 8px rgba(0,0,0,0.04)"
none: "none"
layout:
container:
content: 960
wide: 1080
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 20
desktop: 32
motion:
duration:
fast: 400
normal: 800
easing: "ease-out"
typography:
font:
serif:
primary: "Cormorant Garamond"
fallback:
- "Georgia"
- "serif"
sans:
primary: "Lato"
fallback:
- "sans-serif"
scale:
h1: { size: 56, line: 68, weight: 400, tracking: -0.01 }
h2: { size: 42, line: 54, weight: 400, tracking: 0 }
h3: { size: 28, line: 38, weight: 500, tracking: 0 }
body: { size: 16, line: 28, weight: 400, tracking: 0 }
small: { size: 14, line: 22, weight: 400, tracking: 0 }
spacing:
base: 8
section_py:
mobile: [72, 96]
desktop: [120, 160]
```