/* Workshop-ledger layer on top of styles.css. Small on purpose.
   IBM Plex Serif is bundled via @font-face in theme-ledger.css — the design
   project's Google Fonts import does not survive the font-src 'self' CSP. */

/* Buttons are commands: machine voice, not prose voice. */
.btn { font-family: var(--font-mono); font-size: var(--text-small); font-weight: var(--weight-medium); letter-spacing: 0.01em; }

/* Serif display wants a touch less negative tracking than the sans did. */
.hero h1, .page-title { letter-spacing: -0.01em; }

/* Ledes read as the essay's opening line. */
.hero .lede, .page-lede, .masthead .tagline { font-style: italic; }
.hero .lede i, .hero .lede em { font-style: normal; }
