:root {
    --header-background-color: #2D2D2D;
    --footer-background-color: #2D2D2D;
    --boxeslines-color: #F3F3F3;
    --titles-subtitles-prices-color: #000000;
    --paragraphs-color: #939598;
    --buttons-color: #F5911D;
    --buttons-hover-color: #328aa4;
    --register-button-background-color: #2D2D2D;
    --register-button-hover-color: #328aa4;
    --cart-button-background-color: linear-gradient(45deg, #5F67C6 0%, #1BC5D0 100%);
    --cart-button-hover-background-color: linear-gradient(45deg, #5A55B4 0%, #12B4B9 100%);
    --footer-line-color: #efefef;
    --textfooter-line-color: #ffffff;
    --titles-fontfamily: https://fonts.google.com/specimen/Poppins;
    --subtitles-fontfamily: https://fonts.google.com/specimen/Poppins;
    --paragraphs-fontfamily: https://fonts.google.com/specimen/Open\u002BSans?query=open\u002Bsans;
    --buttons-fontfamily: https://fonts.google.com/specimen/Poppins;
}
