[x-reveal] {
  position: relative;
  top: 50px;
  opacity: 0;
}

[x-flyby] {
  position: relative;
}

html, body {
  font-family: "Inter";
}

h1, h2, h3, h4 {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

h5, h6 {
  color: rgba(0, 0, 0, 0.65);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.15rem;
}

h5 {
  font-size: 1.125rem;
}

p {
  color: rgba(0, 0, 0, 0.65);
}