body {
  width: 85vw;
  font-family: "Roboto", sans-serif;
  line-height: 115%;
  background-color: white
}
h1 {
  font-family: "Domine", serif;
  font-weight: 900;
}
b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
p a {
  text-decoration: underline;
}

p {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.0025em;
}

.htmx-indicator{
    opacity:0;
    transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator{
    opacity:1
}
.htmx-request.htmx-indicator{
    opacity:1
}
