:root {
    --hero-logo-color: var(--red);
    --gradient-inner: var(--yellow-darker);
    --planet-glow-blue: rgba(255, 0, 30, 0.574);
    --planet-glow-light: rgba(255, 183, 0, 0.4);
    --planet-glow-dark: rgba(49, 0, 0, 0.3);
    --planet-surface: rgb(255, 170, 0);
    --planet-inset-glow: rgb(255, 26, 79);
    --planet-atmosphere: rgba(255, 0, 170, 0.674);
    
    /* Atmosphere colors */
    --atmosphere-cyan: rgba(255, 38, 0, 0.3);
    --atmosphere-purple: rgba(255, 60, 0, 0.3);
    --atmosphere-pink: rgba(255, 0, 123, 0.602);
    --atmosphere-orange: rgba(255, 0, 93, 0.3);
    --atmosphere-green: rgba(255, 174, 0, 0.3);
}

.hero-logo, .hero-logo-contrast {
    /* transform: translate(20%, -50%); */
    mask: url('../../assets/logos/Atomosphere.svg');
    -webkit-mask: url('../../assets/logos/Atomosphere.svg');
    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;
}