/* Default theme (light) */
html,
html:has(body.light-theme) {
  --background: #ffffff;
  --background-96: #fffffff4;
  --card: #f6f7f7;
  --field: #e9e9eb;
  --disabled: #f1f1f3;
  --divider: #d6d7db;
  --text-secondary: #6b6e79;
  --text-main: #17181b;
  --text-contrast: #ffffff;
  --text-secondary-40: #6b6e7966;
  --accent: #4162d6;
  --accent-hover: #5673db;
  --accent-40: #4262d766;
  --accent-10: #4262d733;
  --demo: #a42cbd;
  --negative: #db2d26;
  --positive: #34a322;
  --medium: #e6c200;
  --negative-20: #db2d2633;
  --positive-20: #34a32233;
  --medium-20: #e6c20033;
  --tooltip: #000000;
  --overlay: #0b0c0db2;
}

/* Dark theme */
html:has(body.dark-theme) {
  --background: #17181b;
  --background-96: #17181bf4;
  --card: #1f2023;
  --field: #2b2c30;
  --disabled: #232428;
  --divider: #3b3d43;
  --text-secondary: #878a94;
  --text-main: #ffffff;
  --text-contrast: #ffffff;
  --text-secondary-40: #878a9466;	
  --accent: #4162d6;
  --accent-hover: #5673db;
  --accent-40: #4262d766;
  --accent-10: #4262d733;
  --demo: #a42cbd;
  --negative: #db2d26;
  --positive: #34a322;
  --medium: #e6c200;
  --negative-20: #db2d2633;
  --positive-20: #34a32233;
  --medium-20: #e6c20033;
  --tooltip: #000000;
  --overlay: #0b0c0db2;
}
