/* ==========================================================================
   Legal & Information Modals
   Styling for long-form text content such as Privacy Policy and Terms of Use.
   ========================================================================== */

/* Base Typography for Legal Documents
   Optimized for high readability with increased line-height and slate colors. */
.legal-modal-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
}