/* variables - start */
:root {
  --colorDefault: #000000;
  --colorGreen: #3EAA5C;
  --colorDarkGreen: #187C34;
  --fontSizeDefault: 14px;
  
  /* Variables to change */
  --fontFamily: 'Lato', sans-serif;
  --headerBgColor: transparent;
  --headerTxtColor: #000000;
  --headerIconColor: #666666;
  --color1: #009cff;
  --color2: #a7d9f9;
  --color3: #80bdff;
  --color4: #007bff40;
  --color5: 255, 128, 13;
}
/* variables - end */
