body,
li,
input,
textarea,
button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #312c2a;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
h1 {
  font-size: 2rem;
  font-weight: 800;
  padding: 2.5rem 0;
}

h2 {
  font-size: 1.4rem;
  padding-top: 2rem;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.81rem;
}
p,
li {
  font-size: 1rem;
  line-height: 1.5;
}

.tight,
.tight ul,
.tight ol,
.tight li,
.tight p,
.tight h5,
.tight button {
  font-size: 0.81rem;
  margin: 0;
  font-weight: 100;
}
.tight h5 {
  margin: 0.5rem 0;
  font-weight: 600;
}
.tight button {
  padding: 0.125rem 0.25rem;
  margin: 0;
}
.h1-attr {
  position: relative;
  top: -2.2rem;
  font-size: 0.81rem;
}
