/* style/cookies-policy.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-cookies-policy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main from custom palette, light text for dark background */
  background-color: #0A0A0A; /* Background from custom palette, consistent with body */
  min-height: 100vh;
}