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
# S70 — Fantasy
## Industry: SaaS
## Style DNA
- **Palette:** Parchment beige, ink black, magical gold/purple.
- **Typography:** Calligraphy or fantasy serif.
- **Radius:** Hand drawn scrolls.
- **Shadow:** Candlelight flickering.
- **Border:** Runes, worn paper edges.
- **Patterns:** Magic circles, stars.
- **Motion:** Sparkles, floating dust, writing.
## Do's
- Use parchment texture
- Magical effects
- Old fonts
- Runes
## Don'ts
- Don't look modern
- Don't use sans-serif
- Don't be sterile
## Design Tokens
```yaml
tokens:
meta:
style_id: "S70"
style_name: "Fantasy"
industry: "SaaS"
use_case: "Full Landing Page"
color:
bg:
primary: "#f5e6ca"
secondary: "#EBD9B4"
text:
primary: "#2C1810"
secondary: "#4A3728"
muted: "#7D6B5D"
brand:
primary: "#9c27b0"
accent: "#ffd700"
border:
strong: "#8D6E63"
subtle: "rgba(141,110,99,0.4)"
state:
success: "#4CAF50"
warning: "#FF9800"
error: "#C62828"
focus:
ring: "#9c27b0"
radius:
none: 0
sm: 4
md: 8
lg: 16
scroll: "40% 60% 60% 40% / 60% 40% 60% 40%"
border:
width:
hairline: 1
medium: 2
strong: 4
shadow:
parchment: "0 4px 16px rgba(0,0,0,0.2)"
candle: "0 0 40px rgba(255,215,0,0.3)"
layout:
container:
content: 1080
wide: 1200
grid:
desktop: 12
tablet: 8
mobile: 4
gutter:
mobile: 16
desktop: 24
motion:
duration:
fast: 300
normal: 500
easing: "ease-in-out"
typography:
font:
sans:
primary: "Cinzel Decorative"
fallback:
- "serif"
display:
primary: "MedievalSharp"
fallback:
- "serif"
scale:
h1: { size: 52, line: 64, weight: 700, tracking: 0.02 }
h2: { size: 40, line: 50, weight: 600, tracking: 0.01 }
h3: { size: 28, line: 36, weight: 600, 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: [56, 72]
desktop: [96, 120]
```