@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

body {
  font-family: Avenir, sans-serif;
  max-width: 700px;
  margin: 2rem auto;
  color: #222;
}

h1 {
  font-family: Avenir, sans-serif;
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

h2 {
  font-family: Avenir, sans-serif;
  font-size: 1.2em;
  border-bottom: 2px solid #444;
  margin-top: 1.5rem;
  font-weight: 600;
}

h3 {
  font-family: Avenir, sans-serif;
  font-size: 1.0em;
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
}

ul {
  padding-left: 1rem;
  list-style-type: square;
}

p, li {
  font-size: 0.85em;
}
