body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  background:#f7f7f5;
  color:#1f1f1f;
  line-height:1.6;
}

.page{
  max-width:900px;
  margin:auto;
  padding:60px 24px;
}

h1{
  font-size:40px;
  margin-bottom:6px;
  font-weight:600;
}

.kicker{
  color:#666;
  font-size:14px;
  margin-bottom:24px;
}

h2{
  margin-top:48px;
  font-size:22px;
  font-weight:600;
}

p{
  max-width:640px;
}

ul{
  margin-left:18px;
}

a{
  color:#1f1f1f;
  text-decoration:none;
  border-bottom:1px solid #1f1f1f;
}
