:root {
  --primary-color: #84be64;
  --theme-primary-color: #84be64;
  --theme-primary-color-darker: #364031;
  --theme-primary-color-lighter: #6a7f62;
  --theme-box-shadow-primary: 0 0 0 .25rem rgba(132, 190, 100, 0.25);
  --secondary-color: #1b1e3a;
  --theme-secondary-color: #1B1E3A;
  --theme-secondary-color-darker: #173540;
  --theme-secondary-color-lighter: #217373;


  --gray-light: #555; 
  --gray: #333;
  --font-size: 16px;

  --theme-bg-primary: #e9e9e9;
  --theme-bg-secondary: white;

  
  --font-family: "nunito-sans", Calibri;
  --mobile-breakpoint: 767px;
}