:root {
  color: #111827;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.home {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.home h1 {
  margin: 0;
  font-size: clamp(4rem, 15vw, 11rem);
  line-height: 1;
  letter-spacing: -0.075em;
}

.legal-page {
  width: min(calc(100% - 40px), 720px);
  margin: 0 auto;
  padding: 72px 0 96px;
}

.legal-page h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 6vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.legal-page h2 {
  margin: 42px 0 10px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.legal-page p,
.legal-page ul {
  margin: 0 0 18px;
}

.legal-page li + li {
  margin-top: 6px;
}

.legal-page a {
  color: inherit;
  text-underline-offset: 3px;
}

.updated {
  color: #6b7280;
  font-size: 0.9rem;
}

@media (max-width: 520px) {
  .legal-page {
    width: min(calc(100% - 28px), 720px);
    padding-top: 44px;
  }
}
