/* Üldine paigutus ja fondid */
body {
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  color: #222;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Päis */
header {
  text-align: center;
  margin-bottom: 3rem;
}
header h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0;
}
header p {
  font-size: 1.1rem;
  color: #666;
  margin-top: 0.5rem;
}

/* Sisu */
main section {
  margin-bottom: 2rem;
}
ul {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}
ul li {
  margin-bottom: 0.4rem;
}
a {
  color: #0056b3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

section.nbsp-preserve {
  white-space: pre-wrap;
  line-height: 1.4;
  font-family: 'Inter', sans-serif;
}

/* Jalus */
footer {
  text-align: center;
  font-size: 0.9rem;
  color: #999;
  margin-top: 4rem;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}
