/* © 2026 Gozapp — Living the Grid by Clément Gonzalvez. All rights reserved.
   https://living-the-grid.gozapp.dev — see LICENSE. */
/* Shared styles for static legal pages (privacy, mentions légales).
   Reuses tokens.css + base.css + fonts.css from the main app. */

.legal-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  font-family: 'Nunito', sans-serif;
  color: var(--ink);
  line-height: 1.6;
}

.legal-page h1 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.legal-page h2 {
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
}

.legal-page p,
.legal-page ul {
  margin-bottom: 1rem;
}

.legal-page ul {
  padding-left: 1.25rem;
}

.legal-page li {
  margin-bottom: 0.35rem;
}

.legal-page a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}

.legal-page a:hover {
  background: var(--sun);
}

.legal-meta {
  font-size: 0.85rem;
  color: var(--ink-muted);
  margin-bottom: 2rem;
}

.legal-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
}
