:root {
  /* #115199 */
  --jesloo-primary-color: rgba(17, 81, 153, 1);
  --jesloo-primary-color-transparent: rgba(17, 81, 153, 0.8);
  --jesloo-primary-color-light: rgba(76, 187, 242, 1);
  /* --jesloo-primary-color-light-transparent: rgba(76, 187, 242, 0.8); */
  --jesloo-text-color: #333333;
  --jesloo-max-width-1920: 1920px;
}

body {
  color: var(--jesloo-text-color);
}

a {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: initial;
  margin-bottom: initial;
}