:root {
    --header-background-color: #0c2749;
    --footer-background-color: #0c2749;
    --buttons-color: #346abf;
    --buttons-hover-color: #2b5593;
    --register-button-background-color: #0c2749;
    --register-button-hover-color: #2b5593;
    --cart-button-background-color: linear-gradient(45deg, #5fd8a1 0%, #1699e8 100%);
    --cart-button-hover-background-color: linear-gradient(45deg, #5bc994 0%, #1694d3 100%);
    --footer-line-color: #171e33;
}
