p,
li,
input,
textarea,
select,
blockquote {
  font-family: var(--pc-font-body);
  margin-bottom: 0.2em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.25em;
  color: var(--pc-ink);
  font-family: var(--pc-font-heading);
  font-weight: 700;
  line-height: 1.20;
  letter-spacing: -0.02em;
}

/* make bottom margin smaller on H1 because the font is so big */

h1 {
  font-size: clamp(1.74em, 2.74vw, 3.75em); /* Proportionate to H2/H3 */
  margin-bottom: 0.25em;
  line-height: 1.1;
}

h2 {
  font-size: clamp(1.5em, 2.2vw, 3.2em); /* Adjusted to be smaller than h1 */
}

h3 {
  font-size: clamp(1.4em, 1.75vw, 2.2em); /* Slightly increased for consistency */
}

h4 {
  font-size: clamp(1.25em, 2vw, 1.5em); /* Added responsive scaling */
}

/* Remove extra gap at bottom of Divi text modules */

.et_pb_text {
  margin-bottom: 0;
}

body {
  color:var(--pc-ink);
  font-weight: 500;
  text-wrap: pretty;
}

ul,
ol {
  margin: 0 0 .2em .2em;
  padding: 0;
}

li {
  margin-bottom: 0.2em;
}

blockquote {
  margin: 2em 0;
  padding: 1.25em 1.5em;
  border-left: 4px solid var(--pc-moss);
  background: rgba(255,255,255,0.6);
  font-size: 1.1em;
}

