/* ============================================
   ADLUNA.CO - CSS VARIABLES
   Easy to customize colors and images
   ============================================ */

:root {
    /* === IMAGERY - Easy to replace === */
    --img-moon: url('../images/moon.jpg');
    --img-city-skyline: url('../images/city-skyline.jpg');
    --img-satellite: url('../images/satellite.jpg');
    --img-stardust-texture: url('../images/stardust-texture.png');
    
    /* === COLORS === */
    --space-black: #030305;
    --deep-void: #000000;
    --moon-surface: #e6e6e6;
    --neon-blue: #00f3ff;
    --neon-purple: #bc13fe;
    --hologram-cyan: rgba(0, 243, 255, 0.1);
    --grid-line: rgba(255, 255, 255, 0.05);
}
