:root {
    --primary-color1: #2cd963; /* online status color */
    --primary-color2: #1a1b1e; /* main text color */ 
    --primary-color3: #197a67; /* accent color */
    --primary-color4: #c9c9d0; /* tooltip background */
    --primary-color5: #f0f2f5; /* main shop background */
    --primary-color6: #00000033; /* box shadow: dropdown, products */
    --primary-color7: #dfdfdf;  /* p text color */
    --primary-color8: #f0f0f094;  /* header background */
    --primary-color11: #e3e3e3;  /* background color: products, navbar */
    --primary-color12: #fff;  /* contrast color */
    --primary-color17: #c9c9c9; /* thin border color */
    --primary-color18: #ff3636; /* not available color */ 
}
.is_dark {
    --primary-color1: #2cd963; /* online status color */
    --primary-color2: #eeeff5; /* main text color */ 
    --primary-color3: #197a67; /* accent color */
    --primary-color4: #2f3442; /* tooltip background */
    --primary-color5: #0b0c0f; /* main shop background */
    --primary-color6: #00000033; /* box shadow: dropdown, products */
    --primary-color7: #c9c9c9;  /* p text color */
    --primary-color8: #2c2c2fe3;  /* header background */
    --primary-color11: #14151a;  /* background color: products, navbar */
    --primary-color12: #000;  /* contrast color */
    --primary-color17: #222630; /* thin border color */
    --primary-color18: #ff3636; /* not available color */ 
}