:root {
    --bodyBackgroundColor: #010301;
    --bodyColor: #E4FFE3;

    --mainColor: #05FF03; /* Neon Green */

    --buttonBackground: #05FF03;
    --buttonTextColor: #111111;

    --buttonHoverBackground: #24ff30; /* Slightly lighter green */
    --buttonHoverTextColor: #000000;

    --linkColor: #05FF03;
    --linkHoverColor: #E4FFE3;

    --cartButtonBackground: #05FF03;
    --cartButtonColor: #111111;
    --cartColor: #E4FFE3;
    --cartButtonHoverBackground: #24ff30;

    --removeCartButtonBackground: #058f02;
    --removeCartButtonColor: #ffffff;
    --removeCartColor: #E4FFE3;
    --removeCartButtonHoverBackground: #05FF03;

    --addWishlistButtonBackground: #05FF03;
    --addWishlistButtonColor: #111111;
    --addWishlistButtonHoverBackground: #24ff30;

    --removeWishlistButtonBackground: #054f02;
    --removeWishlistButtonColor: #ffffff;
    --removeWishlistButtonHoverBackground: #05FF03;

    --downloadButtonBackground: #05FF03;
    --downloadButtonHoverBackground: #24ff30;
    --downloadButtonHoverColor: #111;
    --downloadIconColor: #111;

    --purchaseCreditsBoxHoverBackground: #05FF03;
    --purchaseCreditsBoxHoverColor: #111;

    --linearGradient: to bottom, #05FF03, #024d01;
    --linearBackground: #05FF03;
    --joinAccessBackground: #24ff30;

    --lightText: #E4FFE3;
    --darkText: #010101;
}