:root {
  --accent-color: #8cc63e;
  --accent-background-secondary: #d0ff91;
  --background-primary: #ffffff;
  --background-secondary: #ffffff;
  --text-primary: #222222;
  --text-secondary: #222222;
}

html[data-theme="dark"] {
  --accent-color: #8cc63e;
  --accent-background-secondary: #365e00;
  --background-primary: #222222;
  --background-secondary: #303030;
  --text-primary: #ffffff;
  --text-secondary: #222222;
}