*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.e-content > h1,
.e-content > h2,
.e-content > h3,
.e-content > h4,
.e-content > h5,
.e-content > h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600 !important;
}

strong {
  font-weight: 500 !important;
}

.e-content p {
  /* text-align: justify; */
  line-height: 140%;
}

.fa-linkedin:before {
  padding: 0 3.5px;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.experience-category > h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  font-weight: 600;
}

.exp-item h4 {
  font-weight: 500;
  margin: 0;
}

.exp-item .exp-title {
  margin: 5px 0;
  font-size: 0.9em;
  font-weight: 400;
}

.exp-item .exp-date {
  font-style: italic;
  font-weight: normal;
  color: #666;
  font-size: 0.8em;
  padding-left: 8px;
}

.exp-item small,
.small {
  font-size: 0.75em;
  line-height: 150% !important;
}

@media screen and (max-width: 800px) {
  .exp-item small,
  .small {
    font-size: max(0.8em, 15px) !important;
    line-height: 150% !important;
  }
}

.page__content p,
.page__content li,
.page__content dl {
  font-size: 0.9em;
}
.page__content p {
  margin: 0 0 1em; /* sibling indentation*/
}

h1 {
  margin-top: 0;
  font-size: 1.4em;
}

h2 {
  font-size: 1.25em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1.0625em;
}

h5 {
  font-size: 1.03125em;
}

h6 {
  font-size: 1em;
}

