[data-theme="dark"] {
  --backgroundColor: rgb(12, 13, 14);
  --cardBg: rgb(21, 23, 24);
  --cardBorderColor: rgb(58, 63, 66);
  --buttonBg: rgb(255 166 0);
  --buttonBgHover: rgb(167, 108, 0);
  --buttonBgActive: rgb(126, 82, 2);
  --buttonTextColor: rgb(31, 31, 31);
  --cookieBg: rgb(3, 40, 48);
  --cookieShadow: rgba(215, 228, 238, 0.3);
  --textColor: rgb(255, 255, 255);
  --textColorSecondary: rgb(0, 0, 0);
  --textLink: rgb(255 166 0);
  --tooltipBg: rgb(231, 231, 232);
  --tooltipTextColor: rgb(33, 37, 41);
}
[data-theme="light"] {
  --backgroundColor: rgb(247, 247, 247);
  --cardBg: rgb(255, 255, 255);
  --cardBorderColor: rgb(215, 219, 223);
  --buttonBg: rgb(0, 129, 241);
  --buttonBgHover: rgb(0, 106, 220);
  --buttonBgActive: rgb(0, 95, 196);
  --buttonTextColor: rgb(255, 255, 255);
  --cookieBg: rgb(168, 199, 250); /*rgb(194, 231, 255)*/
  --cookieShadow: rgba(60, 64, 67, 0.3);
  --textColor: rgb(0, 0, 0);
  --textColorSecondary: rgb(255, 255, 255);
  --textLink: rgb(0, 129, 241);
  --tooltipBg: rgb(0, 0, 0);
  --tooltipTextColor: rgb(247, 247, 247);
}
