:root {
  --body-family: "Lato", sans-serif;
  --body-font-weight: 400;
  --body-font-size: 18px;
  --body-line-height: 1.625;
  --body-color: #555555;
  --heading-family: "Poppins", sans-serif;
  --heading-font-weight: 700;
  --heading-font-style: normal;
  --heading-color: #222;
  --h1-font-size: 50px;
  --h1-line-height: 1.2;
  --h2-font-size: 40px;
  --h2-line-height: 1.2;
  --h3-font-size: 36px;
  --h3-line-height: 1.4;
  --h4-font-size: 28px;
  --h4-line-height: 1.1;
  --h5-font-size: 24px;
  --h5-line-height: 1.3;
  --h6-font-size: 20px;
  --h6-line-height: 1.5;
  --link-color: #28C77B;
  --link-color-hover: #00af4e;
  --preloader-color: #28C77B;
  --header-bg-color: #FFF;
  --header-text-color: #444444;
  --header-bg-menu-color: #FFF;
  --footer-heading-color: #28C77B;
  --footer-text-color: #FFF;
  --footer-bg-color: rgb(10,10,10);
  --socket-text-color: #FFF;
  --socket-bg-color: #28C77B;
  --topbar-text-color: #FFF;
  --topbar-bg-color: #222222;
  --topbar-icon-color: #FFF;
}

