/* style/privacy-policy.css */

/* Base styles for the page content */
.page-privacy-policy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Default text color for dark body background */
  background-color: #1a1a2e; /* Inherited from shared.css, but explicitly set for clarity */
}