/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800;900&display=swap");*/
* {
  font-family: Inter, Arial, sans-serif;
}

/* /////////////// Section Header ///////////// */
.section-header {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--uphe-blue-light);
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .section-header {
    font-size: min(1.8vw, 2rem);
    margin-bottom: 0;
  }
  .section-header strong,.node-type-offer h2.pane-title {
    font-size: 2em;
    margin-bottom: 0;
   /* border-bottom: .2em solid var(--uphe-light-gray);*/
    display: inline-block;	
 }
}

/* Bolder part of the header */
.section-header strong,.node-type-offer h2.pane-title {
  font-weight: 700;
  font-style: normal;
  color: var(--uphe-blue-dark);
  font-size: 1.4em;
  margin-right: 0.2em;
  text-transform: capitalize;
}

a {
  color: var(--uphe-blue-light);
  text-decoration: none;
}
a:hover {
  color: var(--uphe-blue-dark);
}

.paragraph,.node-type-offer .pane-node-body {
  color: var(--uphe-dark-gray);
  line-height: 1.5em;
}
