
        :root {
            --primary-color: #400163;
            --secondary-color: #eac6ffbf;
            --accent-color: #fafafa;
            --background-theme: #400163;
            --background-theme-subtle: #DBCCE466;
            --text-theme: #400163;
            --text-secondary: #eac6ffbf;
            --text-muted: #aeaeae;
            --alert-border-color: #8133adbf;
            --alert-bg-color: #edcaff;
            --border-color: #8133adbf;
            --border-light-color: #eac6ffbf;
            --button-bg-color: #400163;
            --button-text-color: #fdfdfd;
        }
        