/* Longform-specific tweaks on top of article-base.css */

.art-body .lede::first-letter {
  font-family: var(--serif); float: left;
  font-size: 6.2em; line-height: .82;
  margin: .03em .12em -.02em 0;
  color: var(--green-700); font-weight: 400; font-style: normal;
}
@media (max-width: 620px) {
  .art-body .lede::first-letter { font-size: 5em; }
}
