/* Default theme (light) */
html,
html:has(body.light-theme) {
  --accent: #06a502;
  --accent-hover: #07b903;
  --accent-40: #07a50366;
  --accent-10: #07a50333;
  --demo: #0073e5;
  --negative: #d03615;
  --positive: #129d5e;
  --medium: #d8c400;
  --negative-20: #d0361533;
  --positive-20: #129d5e33;
  --medium-20: #d8c40033;
  --tooltip: #000000;
  --overlay: #0b0c0db2;
  --background: #ffffff;
  --background-96: #fffffff4;
  --card: #f6f7f7;
  --field: #e9e9eb;
  --divider: #d6d7db;
  --text-secondary: #6b6e79;
  --text-secondary-40: #6b6e7966;
  --text-main: #17181b;
  --text-contrast: #ffffff;
  --disabled: #f1f1f3;
}

/* Light theme */
html:has(body.dark-theme) {
  --accent: #06a502;
  --accent-hover: #07b903;
  --accent-40: #07a50366;
  --accent-10: #07a50333;
  --demo: #0073e5;
  --negative: #d03615;
  --positive: #129d5e;
  --medium: #d8c400;
  --negative-20: #d0361533;
  --positive-20: #129d5e33;
  --medium-20: #d8c40033;
  --tooltip: #000000;
  --overlay: #0b0c0db2;
  --background: #17181b;
  --background-96: #17181bf4;
  --card: #1f2023;
  --field: #2b2c30;
  --disabled: #232428;
  --divider: #3b3d43;
  --text-secondary: #878a94;
  --text-secondary-40: #878a9466;
  --text-main: #ffffff;
  --text-contrast: #ffffff;
}
