:root {
    /* Colors */
    --alyze-gold-dark: #b87d4b;     /* For links and interactive elements */
    --alyze-gold: #d4b88c;          /* For borders and active states - more saturated golden */
    --alyze-gold-light: #f8f6f2;    /* For backgrounds - light beige */
    --alyze-border-light: #ddd;
    --alyze-text-muted: #666;
    --alyze-text-dark: #333;
    
    /* Spacing */
    --alyze-spacing-xs: 0.25em;
    --alyze-spacing-sm: 0.5em;
    --alyze-spacing-md: 1em;
    --alyze-spacing-lg: 1.5em;
    
    /* Border Radius */
    --alyze-border-radius: 4px;
    
    /* Transitions */
    --alyze-transition-speed: 0.2s;
    --alyze-transition-easing: ease;
    
    /* Form Elements */
    --alyze-radio-size: 18px;
    --alyze-radio-dot-size: 10px;
    --alyze-radio-border-width: 2px;
    
    /* Font Sizes */
    --alyze-font-size-sm: 0.9em;
    --alyze-font-size-md: 1em;
    --alyze-font-size-lg: 1.2em;
    
    /* Font Weights */
    --alyze-font-weight-normal: 400;
    --alyze-font-weight-medium: 500;
    --alyze-font-weight-bold: 700;
}