@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Stack+Sans+Headline:wght@547&family=Stack+Sans+Text:wght@200..700&display=swap');

.privacy-policy {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  color: #eaeaea;
  line-height: 1.7;
}

.privacy-policy h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
}

.policy-section {
  margin-bottom: 30px;
}

.policy-section h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.policy-section p {
  font-size: 1rem;
  color: #cccccc;
}

/* Mobile */
@media (max-width: 600px) {
  .privacy-policy h1 {
    font-size: 2rem;
  }

  .policy-section h2 {
    font-size: 1.15rem;
  }
}
