p .dropcap {
  font-family: sans-serif;
  font-size: 35px;
  color: #8B6240;
  line-height: 1;
}

p:has(.dropcap) {
  line-height: 1.35;
}

