/* Velxio global styles. * * Tokens live in ./tokens/. Component utilities (.ap-*) below depend on * those tokens. Legacy aliases (--accent, --bg, etc.) are kept inside * tokens/colors.css so existing components keep working until they migrate * to the typed primitives in ./components/ui/. */ @import './tokens/index.css'; :root { font-family: var(--font-sans); line-height: 1.5; font-weight: 400; color-scheme: dark; color: var(--color-fg-default); background-color: var(--color-bg-canvas); font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } *, *::before, *::after { box-sizing: border-box; } body { margin: 0; display: flex; min-width: 320px; min-height: 100vh; background: var(--color-bg-canvas); color: var(--color-fg-default); font-family: var(--font-sans); } #root { width: 100%; min-height: 100vh; } /* ── Auth / page utility classes (legacy — migrate to