/* privacy-policy.css — dark-theme (da-new-theme) color overrides for privacy-policy.php
   Loaded after main.css/home-new.css; same-specificity selectors here win via source order.
   Colors/backgrounds/borders only — no layout, sizing, or structural changes. */

/* Hero */
.about-header-area .about-inner-header h1 {
    color: #ffffff;
}

.about-header-area .about-inner-header a {
    color: rgba(255, 255, 255, 0.6);
}

/* Body content */
.privacy-content {
    color: #cbd5e1;
}

.privacy-content h2 {
    color: #ffffff;
}

.privacy-content strong {
    color: #ffffff;
}

.privacy-content a {
    color: #c026d3;
}

.privacy-content a:hover {
    color: #e11d48;
}
