:root {
    --primary-color2: #1a1b1e; /* main text color */ 
    --primary-color3: #5c54fc; /* accent color */
    --primary-color4: #c9c9d0; /* tooltip background */
    --primary-color5: #f0f2f5; /* main shop background */
    --primary-color6: #00000033; /* box shadow: dropdown, products */
    --primary-color7: #8e8e9d;  /* p text color */
    --primary-color8: #f0f0f094;  /* header background */
    --primary-color11: #fff;  /* background color: products, navbar */
    --primary-color12: #fff;  /* contrast color */
    --primary-color17: #d2d2d2; /* thin border color */
    --primary-color18: #ff3636; /* not available color */ 
}
.is_dark {
    --primary-color2: #eeeff5; /* main text color */ 
    --primary-color3: #5c54fc; /* accent color */
    --primary-color4: #09090c; /* tooltip background */
    --primary-color5: #1e1e1f; /* main shop background */
    --primary-color6: #00000033; /* box shadow: dropdown, products */
    --primary-color7: #8e8ea3;  /* p text color */
    --primary-color8: #2c2c2fe3;  /* header background */
    --primary-color11: #2c2c2f;  /* background color: products, navbar */
    --primary-color12: #000;  /* contrast color */
    --primary-color17: #424245; /* thin border color */
    --primary-color18: #ff3636; /* not available color */ 
}