/* ================================================================
   about.css — National Iran Network About Us page.
   Bespoke pieces that aren't expressible with Tailwind utilities.
   The page otherwise relies on roundtable.css + tailwind.css tokens
   (paper, ink, ink2, muted, rule, terracotta, ochre, etc.) and the
   global utilities (.hairline, .chip, .font-display, .btn-ink).
   ================================================================ */

/* Editorial drop-cap on the hero lead paragraph. */
.dropcap::first-letter {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 5.5em;
    line-height: 0.85;
    float: left;
    padding: 0.08em 0.12em 0 0;
    color: #C56A3D;
    font-style: italic;
}

/* Tabular & lining figures for stats strips. */
.number-rule {
    font-feature-settings: "tnum" 1, "lnum" 1;
}
