/* ==========================================
   LEGAL.CSS - Stiluri pentru Paginile Informative și Legale
   ========================================== */

.legal-content {
  font-family: var(--font-body);
  color: var(--ink);
  line-height: 1.6;
  padding: 20px;
}

.legal-content h1, .legal-content h2 {
  font-family: var(--font-display);
  color: var(--ink);
  margin-top: 20px;
}
