:root {
    --hero-logo-color: var(--green);
    --gradient-inner: var(--yellow-darker);
    --planet-glow-blue: rgba(132, 0, 255, 0.574);
    --planet-glow-light: rgba(157, 0, 255, 0.4);
    --planet-glow-dark: rgba(48, 0, 49, 0.3);
    --planet-surface: rgb(58, 0, 138);
    --planet-inset-glow: rgb(89, 0, 255);
    --planet-atmosphere: rgba(200, 0, 255, 0.674);
    
    /* Atmosphere colors */
    --atmosphere-cyan: rgba(190, 129, 255, 0.3);
    --atmosphere-purple: rgba(117, 0, 226, 0.489);
    --atmosphere-pink: rgba(144, 0, 255, 0.602);
    --atmosphere-orange: rgba(98, 0, 255, 0.3);
    --atmosphere-green: rgba(93, 0, 255, 0.3);
}

.hero-logo, .hero-logo-contrast {
    mask: none;
    -webkit-mask: none;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-position: center;
}


