/* Default theme (light) */
html,
html:has(body.light-theme) {
  --accent: #da2d16;
  --accent-hover: #da2d16;
  --accent-40: #da2d1666;
  --accent-10: #da2d161a;
  --demo: #2284f6;
  --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: #da2d16;
  --accent-hover: #da2d16;
  --accent-40: #da2d1666;
  --accent-10: #da2d161a;
  --demo: #2284f6;
  --negative: #bf3838;
  --positive: #34a322;
  --medium: #e6c200;
  --negative-20: #bf383833;
  --positive-20: #34a32233;
  --medium-20: #e6c20033;
  --tooltip: #000000e0;
  --overlay: #191b1fc7;
  --background: #191b1f;
  --background-96: #191b1ff5;
  --card: #202327;
  --field: #2e3238;
  --disabled: #25282d;
  --divider: #393f46;
  --text-secondary: #7a7a7a;
  --text-secondary-40: #7a7a7a66;
  --text-main: #ffffff;
  --text-contrast: #ffffff;
}
