/* ========================================
   LEGAL PAGES (COOKIE / PRIVACY / TERMS)
======================================== */

.legal-page {
    margin-left: 250px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.legal-container {
    width: 100%;
    max-width: 900px;
    padding: 60px 40px;
}

.legal-title {
    font-family: 'CinzelCustom', serif;
    margin-bottom: 20px;
}

.legal-content {
    font-family: 'AvenirLight', sans-serif;
    line-height: 1.7;
}

.legal-content h2 {
    margin-top: 30px;
    font-family: 'CinzelCustom', serif;
}

.legal-content p {
    margin-bottom: 14px;
}
