:root {
  --primary-cta: #58DA66;
  --secondary-cta: #13531A;
  --primary-background: #000000;
  --secondary-background: #0F0F0F;
  --tertiary-background: #222222;
  --primary-color: #ffffff;
  --secondary-color: #e6f5eb;
  --theme-modal-color: rgba(0, 0, 0, 0.7);
  --primary-cta-shadow: rgba(20, 36, 54, 0.3);
  --theme-scrollbar-color: #52E01F #52e01f03;
  --sucess-color: #22c55e;
  --color-error: #ff3c00;
  --theme-divider-background: #68737c3d;
}