/* ==========================================================================
   COMPONENTS · DROP CAP — the versal that opens a report. A large serif initial
   sunk three lines into the first paragraph, the way a bound brief begins. Set
   in ink (the rubric stays reserved); add .op-dropcap to the opening <p>.
   ========================================================================== */

.op-dropcap::first-letter {
  float: left;
  font-family: var(--font-reading);
  font-weight: var(--weight-bold);
  font-size: var(--dropcap-size);
  line-height: 0.82;
  padding-right: 0.08em;
  padding-top: 0.02em;
  margin-right: 0.04em;
  color: var(--text);
  font-feature-settings: 'lnum' 1;
}

/* A rubric versal, used sparingly for a landing splash only */
.op-dropcap--rubric::first-letter { color: var(--accent); }

/* Newsreader's italic first line, a small editorial flourish on the opener */
.op-dropcap--flourish::first-line {
  font-variant-caps: all-small-caps;
  letter-spacing: var(--tracking-wide);
}
