/* ==========================================================================
   MEASURE UTILITIES

   The named measure ladder. V5.20 replaced 180 inline style="max-width:NNch"
   attributes across 51 pages with these 15 classes, and its own note says why
   in terms that matter here: GenerateBlocks has no per-block max-width in ch,
   so every one of those declarations would otherwise have become a hand-added
   inline style in the block editor, which a client eventually deletes, or a
   bespoke class invented one at a time.

   In the static build these rules were GENERATED by build.py at bundle time
   from the ch values the source used, so they existed only in the shipped
   stylesheet and in none of the source files. Porting the source alone left
   all 15 of them undefined: every .mw-*ch class on every page was inert, and
   the first symptom was the /website-repair/ heading rendering on one line
   instead of two because its 16ch cap did nothing. The visual comparison
   against V5.22 measured it as a 62px section-height difference; nothing on
   the page looked broken.

   The ladder is now authored rather than generated, because in WordPress an
   editor picks a measure from a list rather than a build step inferring one.
   Adding a value is one line here.
   ========================================================================== */

.mw-11ch { max-width: 11ch; }
.mw-12ch { max-width: 12ch; }
.mw-13ch { max-width: 13ch; }
.mw-14ch { max-width: 14ch; }
.mw-15ch { max-width: 15ch; }
.mw-16ch { max-width: 16ch; }
.mw-22ch { max-width: 22ch; }
.mw-24ch { max-width: 24ch; }
.mw-26ch { max-width: 26ch; }
.mw-34ch { max-width: 34ch; }
.mw-36ch { max-width: 36ch; }
.mw-44ch { max-width: 44ch; }
.mw-46ch { max-width: 46ch; }
.mw-52ch { max-width: 52ch; }
.mw-56ch { max-width: 56ch; }
