Skip to main content

packages/ui/src/styles/tokens.css

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

:root {
--surface-0: #f8f3ea;
--surface-1: #f4efe7;
--surface-2: #ede6dc;
--text-primary: #151617;
--text-secondary: #585c63;
--accent: #3c6bf2;
--accent-strong: #2748a8;
--warning: #b87333;
--critical: #e64632;
--outline: rgba(178, 168, 153, 0.4);
--radius-md: 14px;
--radius-lg: 24px;
--shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.06);
}