/* R42.4.1 · editor typography + Custom Activity contrast */

/* Keep the editor title in the accepted Today/Ledger heading family. */
.ledger-editor-head h2{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:800!important;
  letter-spacing:-.03em!important;
}

/* Custom narrow/mobile Activity history must stay readable on the themed editor surface. */
@media(max-width:760px){
  :root[data-genesis-appearance="custom"] body.ledger-page #ledgerEditForm .ledger-timeline,
  :root[data-genesis-appearance="custom"] body.ledger-page #ledgerEditForm .ledger-event strong{
    color:#f7f9fb!important;
  }

  :root[data-genesis-appearance="custom"] body.ledger-page #ledgerEditForm .ledger-event small{
    color:#dedbec!important;
    opacity:.9!important;
  }
}
