body {
        font-family: 'Inter', system-ui, sans-serif;
    }
    #custom-container-terms .legal-content h2 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
        color: #111;
    }
    #custom-container-terms .legal-content h3 {
        font-size: 1.125rem;
        font-weight: 600;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        color: #111;
    }
    #custom-container-terms .legal-content p {
        margin-bottom: 1rem;
        line-height: 1.75;
        color: #4b5563;
    }
    #custom-container-terms .legal-content ul {
        list-style: disc;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
        color: #4b5563;
    }
    #custom-container-terms .legal-content ul li {
        margin-bottom: 0.5rem;
        line-height: 1.75;
    }
