:root {
    --vp-c-brand-1: #b100be !important;
    --vp-c-brand-2: #7f0088 !important;
    --vp-c-brand-3: #b100be !important;
    --vp-c-brand-soft: #19033e !important;
}

:root {
    --vp-home-hero-name-color: transparent;
    --vp-home-hero-name-background: -webkit-linear-gradient(120deg,
            #b100be 1%,
            #4100c0) !important;

    --vp-home-hero-image-background-image: linear-gradient(45deg,
            #69006b 50%,
            #19033e 50%) !important;
    --vp-home-hero-image-filter: blur(44px);
}