:root {
    /* Sidebar */
    --sidebar-bg: #1a1f2e;
    --sidebar-bg-elevated: #212739;
    --sidebar-active-bg: #2a3348;
    --sidebar-border: #2a3145;
    --sidebar-text: #8b93a9;
    --sidebar-text-active: #f4f5f7;
    --sidebar-label: #5b6480;
    --sidebar-w: 252px;

    /* Accent */
    --accent: #d98e3f;
    --accent-soft: #f4d9b4;

    /* Superfici */
    --bg-main: #f5f6f8;
    --surface: #ffffff;
    --border: #e4e7ec;
    --text-primary: #1a1f2e;
    --text-secondary: #64697a;
    --text-muted: #9aa1ae;

    /* Stati */
    --status-ok: #1f8a5f;
    --status-ok-bg: #e3f6ec;
    --status-danger: #c4432b;
    --status-danger-bg: #fbe6e1;
    --status-warn: #b8790c;
    --status-warn-bg: #fbeed7;

    /* Tipografia */
    --font-heading: 'Manrope', sans-serif;
    --font-body: 'IBM Plex Sans', sans-serif;
    --font-mono: 'IBM Plex Mono', monospace;

    --text-xs: 0.75rem;
    --text-sm: 0.8125rem;
    --text-base: 0.9375rem;
    --text-lg: 1.0625rem;
    --text-xl: 1.375rem;
    --text-2xl: 1.875rem;

    /* Spaziature */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-8: 32px;

    /* Raggi */
    --radius-sm: 6px;
    --radius-md: 10px;
}
