:root {
    --primary:       #5b21b6;
    --primary-dark:  #4c1d95;
    --primary-light: #7c3aed;
    --accent:        #f97316;
    --accent-dark:   #ea580c;
    --accent-light:  #fdba74;
    --dark:          #0f0a1e;
    --dark-mid:      #1e1535;
    --text:          #1f2328;
    --text-muted:    #5a6270;
    --surface:       #f7f8fc;
    --border:        #e4e7ed;
    --white:         #ffffff;
}
