:root {
  --primary-color: #98c123;
  --primary-background: #f1f9e7;
  --secondary-background: #e4f0d4;
  --light-background: #ffffff;
  --header-background: #c6daa8;
  --button-background: #4f6600;
  --button-secondary-background: #4f6600;
  --button-disabled-background: #acb98a;
  --button-border: #243800;
  --button-disabled-border: #4f6600;
  --active-element: #b0de48;
  --text-primary: #4f6600;
  --text-secondary: #6e7b4f;
  --text-dark: #4a4f23;
  --text-light: #ffffff;
  --border-color: #c6daa8;
  --border-color-faded: #acb98a;
  --shadow-color: #4f66000d;
  --shadow-color-strong: #00000040;
  --highlight-bg: #2f3e1e;
  --progress: #ffffff;
  --progress-track: #6b8b3d;
}