:root {
    --astro-primary: #1B0639;
    --astro-dark: #110224;
    --astro-deep: #0F0221;
    --astro-secondary: #2D0B5C;

    --astro-gold: #FBBF24;
    --astro-gold-light: #FDE68A;
    --astro-gold-dark: #F59E0B;

    --astro-white: #FFFFFF;
    --astro-light: #FBF9FF;
    --astro-text: #374151;
}