:root {

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

    --mainColor: #38b6ff;

    --buttonBackground: #38b6ff;
    --buttonTextColor: #000;

    --buttonHoverBackground: #ffd800;
    --buttonHoverTextColor: #000000;

    --linkColor: #000000;
    --linkHoverColor: #38b6ff;

    --cartButtonBackground: #38b6ff;
    --cartButtonColor: #fcf7f7;
    --cartColor: #F5F5F5;
    --cartButtonHoverBackground: #277fb2;

    --removeCartButtonBackground: #277fb2;
    --removeCartButtonColor: #F5F5F5;
    --removeCartColor: #fcf7f7;
    --removeCartButtonHoverBackground: #38b6ff;

    --addWishlistButtonBackground: #38b6ff;
    --addWishlistButtonColor: #fcf7f7;
    --addWishlistButtonHoverBackground: #277fb2;

    --removeWishlistButtonBackground: #277fb2;
    --removeWishlistButtonColor: #fcf7f7;
    --removeWishlistButtonHoverBackground: #38b6ff;

    --downloadButtonBackground: #38b6ff;
    --downloadButtonHoverBackground: #277fb2;
    --downloadButtonHoverColor: #fcf7f7;
    --downloadIconColor: #fcf7f7;

    --purchaseCreditsBoxHoverBackground: #277fb2;
    --purchaseCreditsBoxHoverColor: #fcf7f7;

    --linearGradient: to bottom, #32dcff, #216d99;
    --linearBackground: #32dcff;
    --joinAccessBackground: #ffd800;

}
