:root {

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

    --mainColor: #e58aff;

    --buttonBackground: #e58aff;
    --buttonTextColor: #000;

    --buttonHoverBackground: #c463dd;
    --buttonHoverTextColor: #fcf7f7;

    --linkColor: #e58aff;
    --linkHoverColor: #cb5ae4;

    --cartButtonBackground: #e58aff;
    --cartButtonColor: #000;
    --cartColor: #fcf7f7;
    --cartButtonHoverBackground: #c463dd;

    --removeCartButtonBackground: #c463dd;
    --removeCartButtonColor: #fcf7f7;
    --removeCartColor: #fcf7f7;
    --removeCartButtonHoverBackground: #e58aff;

    --addWishlistButtonBackground: #e58aff;
    --addWishlistButtonColor: #000;
    --addWishlistButtonHoverBackground: #c463dd;

    --removeWishlistButtonBackground: #c463dd;
    --removeWishlistButtonColor: #fcf7f7;
    --removeWishlistButtonHoverBackground: #e58aff;

    --downloadButtonBackground: #e58aff;
    --downloadButtonHoverBackground: #c463dd;
    --downloadButtonHoverColor: #000;
    --downloadIconColor: #000;

    --purchaseCreditsBoxHoverBackground: #c463dd;
    --purchaseCreditsBoxHoverColor: #fcf7f7;

    --linearGradient: to bottom, #e58aff, #c463dd;
    --linearBackground: #e58aff;
    --joinAccessBackground: #e58aff;
}