:root {
    /* Colors */
    --primary-color: #27ae60;
    --primary-color-dark: #229954;

    --sidebar-bg: #2c3e50;
    --sidebar-hover-bg: #34495e;
    --sidebar-text: #ecf0f1;
    --sidebar-text-muted: #bdc3c7;

    --main-bg: #f8f9fa;
    --content-bg: #ffffff;
    
    --text-dark: #343a40;
    --text-muted: #6c757d;

    --border-color: #dee2e6;
    --border-color-light: #e9ecef;

    /* Typography */
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-xxl: 3rem;

    /* Borders */
    --border-radius-sm: 5px;
    --border-radius-md: 8px;
    --border-radius-lg: 15px;
    --border-radius-circle: 50%;
    --border-radius-pill: 50px;

    /* Sidebar */
    --sidebar-width: 240px;
}