        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');
        body { 
            font-family: 'Inter', sans-serif; 
            background-color: #ffffff;
            color: #1a1a1a;
        }
        .legal-content {
            max-width: 850px;
            margin: 0 auto;
            padding: 80px 24px;
        }
        p {
            margin-bottom: 2rem;
            line-height: 1.8;
            font-size: 0.95rem;
            color: #4b5563;
            text-align: justify;
        }