:root {
    --header-background-color: #0b449f;
    --footer-background-color: #0b449f;
    --titles-subtitles-prices-color: #000000;
    --paragraphs-color: #000000;
    --buttons-color: #cb2447;
    --buttons-hover-color: #aa2243;
    --register-button-background-color: #0b449f;
    --register-button-hover-color: #0b3260;
    --cart-button-background-color: linear-gradient(45deg, #645FC5 0%, #15CED1 100%);
    --cart-button-hover-background-color: linear-gradient(45deg, #5A55B4 0%, #12B4B9 100%);
    --footer-line-color: #e4f0f4;
    --textfooter-line-color: #606161;
}
