/* ============================================================================
   nice-columns.css - monospace output file for tools whose result must align
   ============================================================================
   Loaded by:   text-format/nice-columns.php and text-format/draw-box-around-text.php (via $extraCss)
   Purpose:     These tools re-arrange plain text into width-aligned shapes
                (aligned columns, drawn boxes), which only line up when every
                character gets the same width, so the Output textarea must
                render in a monospace font.
   Load order:  AFTER assets/css/tool-input.css - overrides the shared
                textarea rule's proportional system-ui font family only.
   ============================================================================ */

.nice-columns-output {
    font-family: Consolas, Menlo, "Courier New", monospace;
}
