/* Default theme (light) */
html,
html:has(body.light-theme) {
  --background: #f2f4f8;
  --background-96: #f2f4f8f5;
  --card: #fcfcfc;
  --field: #ffffff;
  --disabled: #ebedef;
  --overlay: #181a264d;
  --text-main: #343434;
  --text-secondary: #808080;
  --text-secondary-40: #80808066;
  --text-contrast: #ffffff;
  --divider: #e0e0e0;
  --accent: #f06e2d;
  --accent-hover: #f17c41;
  --accent-10: #f06e2d1a;
  --accent-40: #f06e2d66;
  --demo: #67ad5b;
  --negative: #bf3838;
  --negative-20: #bf383833;
  --positive: #34a322;
  --positive-20: #34a32233;
  --medium: #e6c200;
  --medium-20: #e6c20033;
  --tooltip: #000000e0;
}

/* Light theme */
html:has(body.dark-theme) {
  --background: #22282e;
  --background-96: #22282ef5;
  --card: #2b333b;
  --field: #343d47;
  --disabled: #272e35;
  --overlay: #1d2125c7;
  --text-main: #ffffff;
  --text-secondary: #aeb0b2;
  --text-secondary-40: #797b8666;
  --text-contrast: #ffffff;
  --divider: #38424d;
  --accent: #f06e2d;
  --accent-hover: #f17c41;
  --accent-10: #f06e2d1a;
  --accent-40: #f06e2d66;
  --demo: #67ad5b;
  --negative: #bf3838;
  --negative-20: #bf383833;
  --positive: #34a322;
  --positive-20: #34a32233;
  --medium: #e6c200;
  --medium-20: #e6c20033;
  --tooltip: #000000e0;
}
