:root {
    /* Surfaces */
    --surface-base: #F5F4F2;
    --surface-1: #ECEAE7;
    --surface-2: #E1DFDB;
    --surface-3: #D5D2CE;
    --surface-warning: #FFF4D6;
    --surface-warning-border: #E8C98A;



    /* Structure */
    --border-light: #D5D2CE;
    --border-medium: #7C7874;
    --border-strong: #615D59;

    /* Text */
    --text-primary: #1F1F1E;
    --text-secondary: #3A3A39;
    --text-tertiary: #6A6A68;
    --text-disabled: #A8A8A6;
    --text-warning: #7A5A2E;

    /* Accent */
    --accent-primary: #5A6E7A;
    --accent-hover: #6F818C;
    --accent-muted: #8A99A2;
    --accent-background: #E8ECEF;

    /* Semantic */
    --success: #4F7F5A;
    --warning: #A07A3A;
    --danger: #9A4A4A;

    /* Shadows */
    --shadow-low: 0 1px 2px rgba(0, 0, 0, 0.04);
    --shadow-medium: 0 2px 6px rgba(0, 0, 0, 0.08);
    --shadow-high: 0 4px 12px rgba(0, 0, 0, 0.12);

    /* Spacing */
    --space-1: 0.25rem;   
    --space-2: 0.5rem;    
    --space-3: 0.75rem;   
    --space-4: 1rem;      
    --space-5: 1.5rem;    
    --space-6: 2rem;     
    --space-7: 3rem;      
    
    /* Typography */
    --font-size-xs: 0.75rem;   
    --font-size-sm: 0.875rem;  
    --font-size-md: 1rem;      
    --font-size-lg: 1.2rem;    
    --font-size-xl: 1.44rem;   
    --font-size-2xl: 1.728rem; 
    --font-size-3xl: 2.074rem; 
    
    /* Line Heights */
    --line-height-tight: 1.2;
    --line-height-normal: 1.4;
    --line-height-loose: 1.6;

    /* Font Weights */
    --weight-regular: 400;
    --weight-medium: 500;
    --weight-semibold: 600;
    
    /* Radius Sizes */
    --radius-xs: 2px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;



}