:root {
    --primary:       #7c3aed;
    --primary-dark:  #5b21b6;
    --primary-light: #a855f7;
    --accent:        #f0abfc;
    --accent-dark:   #d946ef;
    --accent-light:  #f5d0fe;
    --dark:          #1e1033;
    --dark-mid:      #2e1a4a;
    --text:          #1f2328;
    --text-muted:    #5a6270;
    --surface:       #f5f3ff;
    --border:        #e4e7ed;
    --white:         #ffffff;
}
