
        :root {
            --primary-color: #7d1750;
            --secondary-color: #7d1750bf;
            --accent-color: #fafafa;
            --background-theme: #7d1750;
            --background-theme-subtle: #7d17501c;
            --text-theme: #7d1750;
            --text-secondary: #7d1750bf;
            --text-muted: #aeaeae;
            --alert-border-color: #7d1750bf;
            --alert-bg-color: #ff8fce;
            --border-color: #7d1750bf;
            --border-light-color: #ff7dc7bf;
            --button-bg-color: #7d1750;
            --button-text-color: #fdfdfd;
        }
        