/* Default theme (light) */
html,
html:has(body.light-theme) {
  --background: #ffffff;
  --background-96: #fffffff4;
  --card: #f6f7f7;
  --field: #e9e9eb;
  --disabled: #f1f1f3;
  --overlay: #0c0c0cb2;
  --text-main: #161616;
  --text-secondary: #6b6e79;
  --text-secondary-40: #6b6e7966;
  --text-contrast: #ffffff;
  --divider: #d6d7db;
  --accent: #26b247;
  --accent-hover: #2ac54e;
  --accent-10: #26b24733;
  --accent-40: #26b24766;
  --demo: #1472ff;
  --negative: #db2a33;
  --negative-20: #db2a3333;
  --positive: #2fc321;
  --positive-20: #30c42233;
  --medium: #e6c200;
  --medium-20: #e6c20033;
  --tooltip: #000000;
}

/* Light theme */
html:has(body.dark-theme) {
  --background: #161616;
  --background-96: #161616f4;
  --card: #262626;
  --field: #333333;
  --disabled: #282828;
  --overlay: #0c0c0cb2;
  --text-main: #ffffff;
  --text-secondary: #878a94;
  --text-secondary-40: #878a9466;
  --text-contrast: #ffffff;
  --divider: #3f3f3f;
  --accent: #26b247;
  --accent-hover: #2ac54e;
  --accent-10: #26b24733;
  --accent-40: #26b24766;
  --demo: #1472ff;
  --negative: #db2a33;
  --negative-20: #db2a3333;
  --positive: #2fc321;
  --positive-20: #30c42233;
  --medium: #e6c200;
  --medium-20: #e6c20033;
  --tooltip: #000000;
}
