/*
 * 50 Page privacy policy.
 * Load order: content-style.css -> css/10-content-patterns.css -> css/15-woocommerce.css -> css/20-page-patterns.css -> css/20-support-pages.css -> style.css -> css/pages/50-page-*.css.
 * Purpose: Privacy Policy page-only typography loaded only on page ID 3 / slug privacy-policy.
 * Related files: content-style.css holds tokens/base utilities; css/10-content-patterns.css holds reusable components; css/20-page-patterns.css and css/20-support-pages.css hold page-family overrides.
 * Scope: selectors use .dmax-legal-page because the Privacy Policy page content owns that wrapper class.
 */

/* Privacy Policy page only for now — page ID 3, class: dmax-legal-page */
/* Start Privacy Policy page typography */
.dmax-legal-page h2 {
    color: var(--dmax-blue, #155492);
    margin-top: 1.25em;
    margin-bottom: 0.35em;
}
.dmax-legal-page h3,
.dmax-legal-page h4,
.dmax-legal-page h5 {
    margin-top: 1.25em;
    margin-bottom: 0.35em;
}
.dmax-legal-page h2:first-child {
    margin-top: 0;
}
.dmax-legal-page p {
    margin-bottom: 0.6em;
    line-height: 1.65;
}
.dmax-legal-page ul {
    margin-bottom: 0.6em;
}
.dmax-legal-page li {
    margin-bottom: 0.2em;
}
/* End Privacy Policy page typography */
