/* Default theme (dark) */
html,
html:has(body.dark-theme) {
  --accent: #1796ff;
  --accent-hover: #1796ff;
  --accent-40: #1796ff66;
  --accent-10: #1796ff1a;
  --demo: #ba6804;
  --negative: #bf3838;
  --positive: #34a322;
  --medium: #e6c200;
  --negative-20: #bf383833;
  --positive-20: #34a32233;
  --medium-20: #e6c20033;
  --tooltip: #000000e0;
  --overlay: #0f0f0fc7;
  --background: #080808;
  --background-96: #080808f5;
  --card: #161616;
  --field: #1f1f1f;
  --disabled: #1a1a1a;
  --divider: #262626;
  --text-secondary: #7d7f82;
  --text-secondary-40: #7d7f8266;
  --text-main: #ffffff;
  --text-contrast: #ffffff;
}

/* Light theme */
html:has(body.light-theme) {
  --accent: #1796ff;
  --accent-hover: #1796ff;
  --accent-40: #1796ff66;
  --accent-10: #1796ff1a;
  --demo: #ba6804;
  --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;
}
