:root {
                        --button-danger-bg: #E31631;
                                --button-danger-fg: white;
                                --button-primary-bg: #6A1B9A;
                                --button-primary-fg: white;
                                --button-secondary-bg: white;
                                --button-secondary-fg: black;
                                --buttons-border-radius: 20px;
                                --content-bg-colour: white;
                                --content-bg-image: white;
                                --page-bg-colour: #f3f4f6;
                                --page-bg-image: linear-gradient(to bottom, #efe8fb, #fbf9fe);
                                --brand-accent-colour: #afee84;
                                --brand-primary-colour: #6A1B9A;
                                --brand-secondary-colour: #73e7e5;
                                --text-accent-colour: black;
                                --text-primary-colour: white;
                                --text-secondary-colour: black;
                                                        --font-family: azo-sans-web, Verdana, Arial, sans-serif;
                                --font-size: 16px;
                                --font-weight: 400;
                                --content-border-colour: #D0CCD5;
                                --header-colour: black;
                                --auth-layout-style: split;
                                --auth-logo-style: white;
                                --auth-split-icon: ;
                                --ai-chat-position: fab;
                                --command-palette-location: left;
                                --page-header-location: page;
                                --profile-position: topbar;
                                --sidebar-bg-opacity: 15;
                                --sidebar-text-colour: #374151;
            }