:root {
    /* Spacing scale */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-12: 3rem;
    --space-16: 4rem;

    /* Typography */
    --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: ui-monospace, monospace;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;

    /* Radius */
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 10px;

    /* Brand accents (одинаковы для обеих тем) */
    --accent-violet: #7c3aed;
    --accent-violet-light: #a78bfa;
    --accent-cyan: #22d3ee;
    --accent-amber: #fbbf24;
    --accent-warn: #f59e0b;
    --gradient-hero: linear-gradient(90deg, var(--accent-violet-light) 0%, var(--accent-cyan) 100%);
}
