body, p, li, span, .legal-content p, .legal-section p, .legal-section li {
    font-family: 'Work Sans', sans-serif !important;
}

h1, h2, h3, h4, .legal-section h2 {
    font-family: 'Kallisto', sans-serif !important;
}

body {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.legal-container {
    width: 90% !important;
}

.linea-division {
    width: 60px;
    height: 3px;
    background-color: #000000;
}

.legal-section h2 {
    letter-spacing: 1px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.legal-content p, 
.legal-section p, 
.legal-section li {
    font-size: 1rem;
    line-height: 1.8;
    color: #333333;
    text-align: justify;
}

.bg-light.border-start {
    background-color: #f9f9f9 !important;
    border-color: #000000 !important;
}

.legal-list-bullet {
    list-style: none;
    padding-left: 0;
}

.legal-list-bullet li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.legal-list-bullet li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #000000;
}

@media (min-width: 992px) {
    .legal-container {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem !important;
    }
    .legal-section h2 {
        font-size: 1.1rem !important;
    }
    .legal-content p, 
    .legal-section p, 
    .legal-section li {
        text-align: left !important;
    }
}

@media (max-width: 991px) {
    section.bg-white {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .legal-container {
        padding-top: 20px !important; 
    }
}