/* Default theme (light) */
html,
html:has(body.light-theme) {
  --accent: #0150eb;
  --accent-hover: #0150eb;
  --accent-40: #0150eb66;
  --accent-10: #0150eb1a;
  --demo: #ff912f;
  --negative: #bf3838;
  --positive: #34a322;
  --medium: #e6c200;
  --negative-20: #bf383833;
  --positive-20: #34a32233;
  --medium-20: #e6c20033;
  --tooltip: #000000e0;
  --overlay: #181a264d;
  --background: #ffffff;
  --background-96: #fffffff5;
  --card: #fafafa;
  --field: #f0f0f0;
  --divider: #e6e6e6;
  --text-secondary: #808080;
  --text-secondary-40: #80808066;
  --text-main: #343434;
  --text-contrast: #ffffff;
  --disabled: #ebebeb;
}

/* Light theme */
html:has(body.dark-theme) {
  --accent: #0150eb;
  --accent-hover: #0150eb;
  --accent-40: #0150eb66;
  --accent-10: #0150eb1a;
  --demo: #ff912f;
  --negative: #bf3838;
  --positive: #34a322;
  --medium: #e6c200;
  --negative-20: #bf383833;
  --positive-20: #34a32233;
  --medium-20: #e6c20033;
  --tooltip: #000000e0;
  --overlay: #141719c7;
  --background: #171b1f;
  --background-96: #171b1ff5;
  --card: #22282e;
  --field: #2b333b;
  --disabled: #252b32;
  --divider: #343d46;
  --text-secondary: #696e75;
  --text-secondary-40: #696e7566;
  --text-main: #ffffff;
  --text-contrast: #ffffff;
}
