:root {
    --hero-logo-color: var(--blue);
    --planet-glow-blue: rgba(0, 119, 255, 0.574);
    --planet-glow-light: rgba(255, 183, 0, 0.608);
    --planet-glow-dark: rgba(0, 8, 49, 0.3);
    --planet-surface: rgb(248, 193, 125);
    --planet-inset-glow: rgb(26, 125, 255);
    --planet-atmosphere: rgba(0, 132, 255, 0.674);
    
    /* Atmosphere colors */
    --atmosphere-cyan: rgba(0, 102, 255, 0.3);
    --atmosphere-purple: rgba(43, 0, 255, 0.3);
    --atmosphere-pink: rgba(255, 170, 0, 0.722);
    --atmosphere-orange: rgba(0, 132, 255, 0.3);
    --atmosphere-green: rgba(0, 106, 255, 0.3);
}

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