﻿.privacy-policy-container {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10%;
    padding: 20px;
    line-height: 1.6;
    color: var(--primary-color); /* Match site's main color */
}

.privacy-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: var(--primary-color); /* Match title color */
}

.privacy-intro {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.privacy-heading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    color: var(--secondary-color); /* Optional secondary color */
}