Brand guidelines and design system documentation
Body text - The quick brown fox jumps over the lazy dog. Sphinx of black quartz, judge my vow.
const greeting = "Hello, World!";Card content goes here with proper spacing and typography.
This card has hover states with shadow and transform.
cubic-bezier(0.22, 0.61, 0.36, 1)All transitions use prefers-reduced-motion support
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }