* {
  --primary-color: #5ab300;
  --primary-color-rgb: 90, 179, 0;
  --secondary-color: #0088cc;
  --secondary-color-rgb: 0, 136, 204;
  --background:#F4FAF6;
  --title-font-color: #1b3600;
  --body-font-color: #334433;
  --dark-body-font-color: rgba(255, 255, 255, .75);
  --bg-color-even: #E8EFEA;
  --bg-color-odd: #F0F6F2;
  --bg-dark-1: #1d3a00;
  --bg-dark-1-rgb: 29, 58, 0;
  --bg-dark-2: #162c00;
  --bg-dark-3: #0f1d00;
  --bg-dark-3-rgb: 15, 29, 0;
  --bg-grey: #EDF2EE;
  --bg-light: #DCE8DF;
}