:root {

    --bodyBackgroundColor: #0c0c0c;
    --bodyColor: #ffffff;

    --mainColor: red;

    /*--linearGradient: to bottom, #ec096e, #bb0154;*/
    /*--linearBackground: #bb0154;*/
    /*--joinAccessBackground: #ec096e;*/

    --cartButtonBackground: #317533;
    --cartButtonColor: #fff;
    --cartColor: #fdfcfc;
    --cartButtonHoverBackground: red;

    --removeCartButtonBackground: #94161c;
    --removeCartButtonColor: #fff;
    --removeCartColor: #fdfcfc;
    --removeCartButtonHoverBackground: black;

    --addWishlistButtonBackground: #94161c;
    --addWishlistButtonColor: #fff;
    --addWishlistButtonHoverBackground: red;

    --removeWishlistButtonBackground: #94161c;
    --removeWishlistButtonColor: #fff;
    --removeWishlistButtonHoverBackground: black;

    --downloadButtonBackground: red;
    --downloadButtonHoverBackground: black;
    --downloadButtonHoverColor: white;
    --downloadIconColor: white;

    --purchaseCreditsBoxHoverBackground: red;
    --purchaseCreditsBoxHoverColor: white;

    --linearGradient: to bottom, #ed1212, #c41818;
    --linearBackground: #c41818;
    --joinAccessBackground: #ed1212;

}

