/* Default theme (light) */
html,
html:has(body.light-theme) {
  --accent: #ce202e;
  --accent-hover: #ce202e;
  --accent-40: #ce202e66;
  --accent-10: #ce202e1a;
  --demo: #158eba;
  --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: #ce202e;
  --accent-hover: #ce202e;
  --accent-40: #ce202e66;
  --accent-10: #ce202e1a;
  --demo: #158eba;
  --negative: #bf3838;
  --positive: #34a322;
  --medium: #e6c200;
  --negative-20: #bf383833;
  --positive-20: #34a32233;
  --medium-20: #e6c20033;
  --tooltip: #000000e0;
  --overlay: #07111dc7;
  --background: #07111d;
  --background-96: #07111df5;
  --card: #0c1d31;
  --field: #122c4a;
  --disabled: #0d2035;
  --divider: #17385e;
  --text-secondary: #838d99;
  --text-secondary-40: #838d9966;
  --text-main: #ffffff;
  --text-contrast: #ffffff;
}
