/* Duplicate of src/app/legal.css for public serving */
.legal-page{min-height:100vh;background:#000;color:#fff}
.legal-container{max-width:800px;margin-left:auto;margin-right:auto;padding:48px 24px}
.legal-logo{display:flex;justify-content:center;margin-bottom:16px}
.legal-title{font-size:clamp(20px,2vw,30px);margin:0 0 8px 0;text-align:center}
.legal-updated{color:#9ca3af;margin-bottom:32px;text-align:center}
/* Ensure consistent body font across paragraphs/lists inside admin HTML */
.legal-content{font-family:'Abel', sans-serif}
/* Force body font across all non-heading descendants on legal content */
.legal-content :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
  font-family:'Abel', sans-serif !important;
}
/* Ensure list markers also use the body font */
.legal-content li::marker{font-family:'Abel', sans-serif !important}
/* Explicitly override common elements in case of specificity battles */
.legal-content p,
.legal-content ul,
.legal-content ol,
.legal-content li,
.legal-content blockquote,
.legal-content a { font-family:'Abel', sans-serif !important }
.legal-content h1,.legal-content h2,.legal-content h3,.legal-content h4,.legal-content h5,.legal-content h6{color:#f3f4f6!important;margin-top:20px;margin-bottom:10px;font-weight:600}
.legal-content h1{font-weight:700;margin-top:0}
.legal-content p,.legal-content ul,.legal-content ol,.legal-content blockquote{margin-bottom:16px;color:#d1d5db;line-height:1.7}
.legal-content ul,.legal-content ol{padding-left:20px}
.legal-content li{margin-bottom:8px}
.legal-content a{color:#93c5fd;text-decoration:underline}

