Design Tokens

ZYNTHIO Design Token Specs

Authoritative colors, typography layout scales, and grid metrics optimized for sovereign VDS pages.

01. Color System

Deep Dark
#09090b (bg)
Purple Accent
#a855f7 (primary)
Green Accent
#10b981 (success)

02. Typography

Body Font - Outfit
Light weight reads cleanly at sizes 14px to 18px.
Technical Font - Fira Code
Used for coordinates, manifest listings, and IP registries.

03. Code Integration

:root {
    --bg-color: #09090b;
    --card-bg: rgba(30, 41, 59, 0.4);
    --accent-purple: #a855f7;
    --accent-green: #10b981;
    --font-family: 'Fira Code', monospace;
}