@font-face {
  font-family: "Funnel_Display";
  src: url("/font/FunnelDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Funnel_Display";
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: white;
}

.container {
  border-radius: 12px;
}

h1 {
  color: #222;

  padding-bottom: 10px;
  margin-bottom: 30px;
}

h2 {
  margin-top: 35px;
}

p {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}
