:root {
    --vp-home-hero-name-color: transparent;
    --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #8722f2 30%, rgba(190, 34, 242, 0.45));
    --vp-home-hero-image-background-image: linear-gradient(-45deg, rgba(240, 76, 252, 0.38) 50%, rgba(32, 253, 182, 0.47) 50%);
    --vp-home-hero-image-filter: blur(40px);

    --vp-c-brand: #8a4bea;
    --vp-c-brand-1: #8a4bea;
    --vp-c-brand-dark: #8a4bea;

    --vp-c-brand-light: #8a4bea;
    --vp-button-brand-hover-bg: #8a4bea;


    --vp-button-brand-border: #9600bf;
    --vp-button-brand-bg: #8a4bea;
}

.image-src {
    max-width: 300px !important;
    max-height: 300px !important;
}

@media (min-width: 640px) {
    :root {
        --vp-home-hero-image-filter: blur(56px);
    }
}

@media (min-width: 960px) {
    :root {
        --vp-home-hero-image-filter: blur(72px);
    }

    .image-src {
        max-width: 300px !important;
        max-height: 300px !important;
    }
}

.task-list-item-checkbox:not(:checked) {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #8a4bea;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: middle;
}
