/* Default theme (dark) */
html,
html:has(body.dark-theme) {
  --background: #070c18;
  --background-96: #070c18f5;
  --card: #0e192f;
  --field: #182849;
  --disabled: #121e36;
  --overlay: #050810c7;
  --text-main: #ffffff;
  --text-secondary: #939fb8;
  --text-secondary-40: #939fb866;
  --text-contrast: #ffffff;
  --divider: #213763;
  --accent: #0e80e1;
  --accent-hover: #0e80e1;
  --accent-10: #0e80e11a;
  --accent-40: #0e80e166;
  --demo: #5ecc87;
  --negative: #bf3838;
  --negative-20: #bf383833;
  --positive: #34a322;
  --positive-20: #34a32233;
  --medium: #e6c200;
  --medium-20: #e6c20033;
  --tooltip: #000000e0;
}

/* Light theme */
html:has(body.light-theme) {
  --background: #ffffff;
  --background-96: #fffffff5;
  --card: #f5f5f5;
  --field: #e6e6e6;
  --disabled: #d6d6d6;
  --overlay: #181a264d;
  --text-main: #343434;
  --text-secondary: #808080;
  --text-secondary-40: #80808066;
  --text-contrast: #ffffff;
  --divider: #cccccc;
  --accent: #0e80e1;
  --accent-hover: #0e80e1;
  --accent-10: #0e80e11a;
  --accent-40: #0e80e166;
  --demo: #5ecc87;
  --negative: #bf3838;
  --negative-20: #bf383833;
  --positive: #34a322;
  --positive-20: #34a32233;
  --medium: #e6c200;
  --medium-20: #e6c20033;
  --tooltip: #000000e0;
}
