/* 4/20 Theme */

:root {
    /* Override gradient colors */
    --gradient-start: #fe8d8d;
    --gradient-end: hsl(120, 100%, 79%);
}

.bg-primary-gradient {
    background: linear-gradient(to bottom,
            #fe8d8d 0%,
            #fe8d8d 33.33%,
            #ffff80 33.33%,
            #ffff80 66.66%,
            hsl(120, 100%, 79%) 66.66%,
            hsl(120, 100%, 79%) 100%);
}

.special-header {
    background: white;
    -webkit-background-clip: text;
    background-clip: text;
}

#logoContainer {
    background-image: url(../../img/logo-white.svg);
}

#smallLogoContainer {
    background-image: url(../../img/logo-inv_grad.svg);
}