:root {
    /*color-scheme: only light;*/


    --color-primary: #1e2e7d;
    --color-secondary: #84c326; /* #bbf74b - is lighter */

    --color-bg-light: #ffffff;
    --color-bg-dark: #47556b;
    /*--color-bg-dark: #353f71;*/

    --color-bg-footer: #13171e;

    --color-text-on-light: #000000;
    --color-text-on-dark: #ffffff;
    --color-text-on-dark-transparent: #ffffffbb;


    --color-highlight: #36a5ec;


    --color_x1: #2c2f34;
    --color_x2: #7183a1;
    --color_x3: #525c6c;

    --color-whatsapp: rgb(105, 215, 108);
    --color-telegram: rgb(76, 166, 243);

    --font-family: 'Arial, Helvetica, sans-serif';
    /*--font-size: 16px;*/

    /*--gradient-cta-btn: linear-gradient(90deg, rgb(120, 82, 198) 0% 10%, rgb(136, 107, 255) 50% 100%);*/
    /*--gradient-products-row-tile: linear-gradient(0deg, rgb(120, 82, 198) 0% 10%, rgb(136, 107, 255) 50% 100%);*/

    /*--font-scale: 1.125;*/


    --base-indent: 10px;
    --side-indent: 20px;
}