:root {
    --theme-primary:        #9a0073;
    --theme-primary-dark:   #7a005a;
    --theme-secondary:      #0a9a9c;
    --theme-accent:         #a39f89;
    --theme-sidebar-start:  #9a0073;
    --theme-sidebar-end:    #7a005a;

    /* Map to existing variable names for backward compatibility */
    --primary-color:  #9a0073;
    --primary-dark:   #7a005a;
    --secondary-color: #0a9a9c;
    --accent-color:   #a39f89;
}
