Initial commit: VoIdeaAI - voice-first AI idea assistant

This commit is contained in:
2026-05-13 12:51:42 +03:00
commit 688d043dad
421 changed files with 47915 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
/* VoIdeaAI Design Tokens — auto-generated */
/* Source: docs/design-system/tokens.json */
:root {
--colors-background: #FFFFFF;
--spacing-xs: 0.25rem;
--spacing-sm: 0.5rem;
--spacing-md: 1rem;
--spacing-lg: 1.5rem;
--border_radius-sm: 0.25rem;
--border_radius-md: 0.5rem;
--border_radius-lg: 0.75rem;
}
.dark {
--colors-background: #0F172A;
}