:root {
  --clr-primary: #24837b;
  --clr-primary-disabled: #1b5f59;
  --clr-secondary: #88be40;

  /* Light theme colors */
  --primary-background-light: #fff;
  --secondary-background-light: #e8e8e8;
  --primary-text-light: #000;

  /* Dark theme colors */
  --primary-background-dark: #3c3e44;
  --secondary-background-dark: #3e4047;
  --primary-text-dark: #fff;
}
