/* Small cross-cutting utilities — imported in global.css. */

/* Machine identifiers (invoice refs FAC-2026-…, client ICE, dossier/cabinet ids). The direction
   reserves --font-mono for identifiers that have a real job (DV.1). Kept LTR + isolated so a ref
   never reflows inside RTL text, and tabular so identifiers line up in a column. */
.mono {
    font-family: var(--font-mono);
    unicode-bidi: isolate;
    direction: ltr;
    font-variant-numeric: tabular-nums;
}
