/* Root font size */
body {
  font-size: 18rem;
}

*{
/* font-family: Gadugi Regular; letter-spacing:-1%; line-height: 120%; */
font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Base body styles */
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 18rem;
  line-height: 1.65;
  color: #676779;
  margin: 0;
  padding: 0;
}

/* Paragraphs */
p {
  font-size: 18rem;
  line-height: 1.65;
  letter-spacing:-1%;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  color: #1C1C44;
}

/* Headings*/
h1,
.h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 43.92rem;
  letter-spacing:-1%;
  line-height: 120%;
}

h2,
.h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 35.1rem;
  letter-spacing:-1%;
  line-height: 115%;
}

h3,
.h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28.08rem;
  letter-spacing:-1%;
  line-height: 115%;
}

h4,
.h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22.5rem;
  letter-spacing:-1%;
  line-height: 115%;

}

h5,
.h5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18rem;
  letter-spacing:-1%;
  line-height: 115%;
}

h6,
.h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size:16rem;
  letter-spacing:-1%;
  line-height: 115%;
}

/* Small Text & Captions */
.text-caption {
  font-size: 14.4rem;
}

small,
.text-small {
  font-size: 16rem;
}

/* Utility Text Styles */
.u-lead, .u-lead * {
  font-size: 18rem;
 font-weight: 400;  
  letter-spacing:-1%;
  line-height: 1.65;
}

.u-callout {
  font-size: 31.5rem;
}

.btn .kt-button {
  font-size: 18rem;
 font-weight: 600;  
  letter-spacing:-1%;
  line-height: 115%;
}

#page strong {
  font-weight: bold;
}

.module-services-links .link-block p {
  line-height: 115%;
}
/* ============================= */
/* Responsive Typography (Mobile) */
/* ============================= */
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 35.1rem;
    letter-spacing:-1%;
    line-height: 130%;
  }

  h2,
  .h2 {
    font-size: 28.08rem;
    letter-spacing:-1%;
    line-height: 115%;
  }

  h3,
  .h3 {
    font-size: 22.5rem;
  }

  h4,
  .h4 {
    font-size: 18rem;
  }

  h5,
  .h5 {
    font-size: 15.75rem;
  }

  .u-callout {
    font-size: 27rem;
  }

  .u-lead {
    font-size: 22.5rem;
  }
}