:root {

    --bodyBackgroundColor: #0c0c0c;
    --bodyColor: #6d6c6c;

    --mainColor: #c53211;

    --cartButtonBackground: #b8afa0;
    --cartButtonColor: #ffffff;
    --cartColor: #fdfcfc;
    --cartButtonHoverBackground: #222222;

    --removeCartButtonBackground: #c53211;
    --removeCartButtonColor: #ffffff;
    --removeCartColor: #fdfcfc;
    --removeCartButtonHoverBackground: #9d280d;

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

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

    --downloadButtonBackground: #c53211;
    --downloadButtonHoverBackground: #222222;
    --downloadButtonHoverColor: white;
    --downloadIconColor: white;

    --purchaseCreditsBoxHoverBackground: #c53211;
    --purchaseCreditsBoxHoverColor: white;

    --linearGradient: to bottom, #9d280d, #d05a40;
    --linearBackground: #9d280d;
    --joinAccessBackground: #c53211;

}

