:root {
--color-canvas: #f7f8fc;
--color-surface-soft: #f0f3fa;
--color-surface-card: #ffffff;
--color-surface-strong: #e8edf8;
--color-surface-dark: #181715;
--color-surface-dark-elevated: #252320;
--color-surface-dark-soft: #1f1e1b;
--color-hairline: #dfe5f2;
--color-hairline-soft: #edf0f7;
--color-ink: #11141b;
--color-body-strong: #202534;
--color-body: #3d465b;
--color-muted: #687187;
--color-muted-soft: #8a93a7;
--color-on-primary: #ffffff;
--color-on-dark: #faf9f5;
--color-on-dark-soft: #a09d96;
--color-primary: #005cff;
--color-primary-active: #0049cc;
--color-primary-disabled: #dce7ff;
--color-success: #5db872;
--color-warning: #d4a017;
--color-error: #c64545;
--color-focus: #005cff;
--color-graph-node: #7390c7;
--color-graph-edge-3d: #7187b2;
--color-graph-label: #4f5e77;
--color-graph-surface: #f0f3fa;
--font-display: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
--font-body: Inter, "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
--space-3xs: 0.25rem;
--space-2xs: 0.5rem;
--space-xs: 0.75rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4.5rem;
--space-section: 6rem;
--text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-md: 1.125rem;
--text-lg: 1.375rem;
--text-xl: 1.75rem;
--text-2xl: clamp(2.25rem, 5vw, 4rem);
--radius-xs: 0.25rem;
--radius-sm: 0.375rem;
--radius-md: 0.5rem;
--radius-lg: 0.75rem;
--radius-xl: 1rem;
--radius-pill: 9999px;
--rule-thin: 1px;
--dur-micro: 120ms;
--dur-short: 220ms;
--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
--ease-in: cubic-bezier(0.7, 0, 0.84, 0);
--ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
--z-base: 1;
--z-sticky: 200;
}