:root {
  --body-family: "Exo 2", sans-serif;
  --body-font-weight: 400;
  --body-font-size: 16px;
  --body-line-height: 1.625;
  --body-letter-spacing: 0px;
  --body-color: #666;
  --heading-family: "Exo 2", sans-serif;
  --heading-font-weight: 700;
  --heading-font-style: normal;
  --heading-color: #333;
  --h1-font-size: 55px;
  --h1-line-height: 1.18;
  --h2-font-size: 40px;
  --h2-line-height: 1.4;
  --h3-font-size: 32px;
  --h3-line-height: 1.1875;
  --h4-font-size: 26px;
  --h4-line-height: 1.2;
  --h5-font-size: 22px;
  --h5-line-height: 1.2;
  --h6-font-size: 20px;
  --h6-line-height: 1.2;
  --link-color: #4ca5ab;
  --link-color-hover: #236266;
  --preloader-color: #4ca5ab;
  --header-bg-color: rgb(255,255,255);
  --header-text-color: rgb(40,40,40);
  --header-bg-menu-color: #213e8c;
  --footer-heading-color: #FFF;
  --footer-text-color: #FFF;
  --footer-bg-color: #000;
  --socket-text-color: #FFFFFF;
  --socket-bg-color: rgb(48,54,204);
  --topbar-text-color: rgb(255,255,255);
  --topbar-bg-color: #000;
  --topbar-icon-color: #4ca5ab;
}

